mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small fix
This commit is contained in:
parent
7ca15a2aee
commit
ae6d74762c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue