mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Oops
This commit is contained in:
@@ -484,6 +484,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
if (PREF_EVAL.contains(key)) {
|
||||
Bundle command = new Bundle();
|
||||
command.putString("name", "eval");
|
||||
liveAccountNetworkState.post(command);
|
||||
} else if (PREF_RELOAD.contains(key)) {
|
||||
Bundle command = new Bundle();
|
||||
command.putString("name", "reload");
|
||||
|
||||
Reference in New Issue
Block a user