mirror of https://github.com/M66B/FairEmail.git
Cascade interrupts
This commit is contained in:
parent
285d7b4580
commit
8df4beb703
|
@ -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 New Issue