Little copy devil

pull/156/head
M66B 5 years ago
parent e10a4e4403
commit bb9b7fe2b0

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

Loading…
Cancel
Save