mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small fix
This commit is contained in:
@@ -989,7 +989,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
} else {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(ServiceSynchronize.this);
|
||||
prefs.edit().putBoolean("oneshot", false).apply();
|
||||
queue_reload(false, "oneshot");
|
||||
queue_reload(true, "oneshot");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user