mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Reload on optimize
This commit is contained in:
parent
b1dba5d04d
commit
5c50cfb914
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,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");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue