mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Optional force reload
This commit is contained in:
@@ -207,7 +207,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("auto_optimize", checked).apply();
|
||||
ServiceSynchronize.reload(getContext(), null, "optimize");
|
||||
ServiceSynchronize.reload(getContext(), null, false, "optimize");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user