mirror of https://github.com/M66B/FairEmail.git
Terminate backoff on stop
This commit is contained in:
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…
Reference in New Issue