Small fix

This commit is contained in:
M66B
2019-03-05 19:36:27 +00:00
parent 7ca15a2aee
commit ae6d74762c

View File

@@ -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");
}
}