1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

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