mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
To do
This commit is contained in:
@@ -429,6 +429,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
// MessagingException
|
||||
// - message: connection failure
|
||||
// - event: Too many simultaneous connections. (Failure)
|
||||
// TODO: retry?
|
||||
|
||||
Log.e(Helper.TAG, folder.name + " " + ex + "\n" + Log.getStackTraceString(ex));
|
||||
reportError(account.name, folder.name, ex);
|
||||
@@ -1464,6 +1465,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
public void onLost(Network network) {
|
||||
Log.i(Helper.TAG, "Lost " + network);
|
||||
|
||||
// TODO: run in thread
|
||||
|
||||
synchronized (state) {
|
||||
state.running = false;
|
||||
state.notifyAll();
|
||||
|
||||
Reference in New Issue
Block a user