mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Terminate backoff on stop
This commit is contained in:
parent
cb068873f0
commit
c7e290661c
1 changed files with 1 additions and 0 deletions
|
@ -1470,6 +1470,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
main.interrupt(); // backoff
|
||||||
Log.i(Helper.TAG, "Joining " + main.getName());
|
Log.i(Helper.TAG, "Joining " + main.getName());
|
||||||
main.join();
|
main.join();
|
||||||
Log.i(Helper.TAG, "Joined " + main.getName());
|
Log.i(Helper.TAG, "Joined " + main.getName());
|
||||||
|
|
Loading…
Reference in a new issue