1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Little copy devil

This commit is contained in:
M66B 2019-05-16 21:10:00 +02:00
parent e10a4e4403
commit bb9b7fe2b0

View file

@ -158,7 +158,6 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
@Override @Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) { public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
prefs.edit().putBoolean("cache_lists", checked).apply(); prefs.edit().putBoolean("cache_lists", checked).apply();
WorkerWatchdog.init(getContext());
} }
}); });