mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Small improvement
This commit is contained in:
@@ -808,8 +808,10 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
t.start();
|
||||
try {
|
||||
t.join(STORE_CLOSE_TIMEOUT);
|
||||
if (t.isAlive())
|
||||
Log.w(Helper.TAG, account.name + " Close timeout");
|
||||
} catch (InterruptedException ex) {
|
||||
Log.w(Helper.TAG, account.name + " Close timeout");
|
||||
Log.w(Helper.TAG, account.name + " close wait " + ex.toString());
|
||||
t.interrupt();
|
||||
}
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user