mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Debug: limit reset questions
This commit is contained in:
@@ -1569,7 +1569,8 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
editor.remove(option);
|
||||
|
||||
for (String key : prefs.getAll().keySet())
|
||||
if ((key.startsWith("translated_") && cbGeneral.isChecked()) ||
|
||||
if ((!BuildConfig.DEBUG &&
|
||||
key.startsWith("translated_") && cbGeneral.isChecked()) ||
|
||||
(key.endsWith(".show_full") && cbFull.isChecked()) ||
|
||||
(key.endsWith(".show_images") && cbImages.isChecked()) ||
|
||||
(key.endsWith(".confirm_link") && cbLinks.isChecked())) {
|
||||
|
||||
Reference in New Issue
Block a user