Terminate backoff on stop

This commit is contained in:
M66B
2018-08-14 12:23:22 +00:00
parent cb068873f0
commit c7e290661c

View File

@@ -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());