Small improvement

pull/214/head
M66B 10 months ago
parent d40a21c818
commit 76025e7455

@ -293,7 +293,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
SharedPreferences.Editor editor = prefs.edit();
for (String pref : new String[]{"check_blocklist"})
for (String pref : new String[]{"check_blocklist", "auto_block_sender"})
if (prefs.getBoolean(pref, false)) {
editor.putBoolean(pref, false);
EntityLog.log(context, "Disabled option=" + pref);

Loading…
Cancel
Save