mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Cascade interrupts
This commit is contained in:
parent
285d7b4580
commit
8df4beb703
1 changed files with 1 additions and 0 deletions
|
@ -1608,6 +1608,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
Log.i(Helper.TAG, "Joined " + thread.getName());
|
||||
} catch (InterruptedException ex) {
|
||||
Log.e(Helper.TAG, thread.getName() + " join " + ex.toString());
|
||||
thread.interrupt();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue