Terminate backoff on stop

pull/50/head
M66B 6 years ago
parent cb068873f0
commit c7e290661c

@ -1470,6 +1470,7 @@ public class ServiceSynchronize extends LifecycleService {
}
try {
main.interrupt(); // backoff
Log.i(Helper.TAG, "Joining " + main.getName());
main.join();
Log.i(Helper.TAG, "Joined " + main.getName());

Loading…
Cancel
Save