mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
7ca15a2aee
commit
ae6d74762c
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue