Small improvement

This commit is contained in:
M66B
2023-12-22 09:07:18 +01:00
parent d40a21c818
commit 76025e7455

View File

@@ -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);