mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Catch store closed exception
This commit is contained in:
@@ -1006,6 +1006,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
}
|
||||
|
||||
Log.i(account.name + " done state=" + state);
|
||||
} catch (StoreClosedException ex) {
|
||||
Log.w(ex);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(account.name, ex);
|
||||
Core.reportError(this, account, null, ex);
|
||||
|
||||
Reference in New Issue
Block a user