mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Reload on schedule start
This commit is contained in:
@@ -868,7 +868,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
schedule(this, true);
|
||||
|
||||
Bundle command = new Bundle();
|
||||
command.putString("name", "eval");
|
||||
command.putString("name", "reload"); // eval will not work if manual sync running
|
||||
command.putBoolean("sync", true);
|
||||
liveAccountNetworkState.post(command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user