mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Terminate backoff on stop
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user