1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Disabled Redmi notice

This commit is contained in:
M66B 2022-07-27 09:47:32 +02:00
parent 9aba3e805c
commit 3b8cc7e8e6

View file

@ -4680,7 +4680,7 @@ public class FragmentMessages extends FragmentBase
final Context context = getContext();
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean redmi_note = prefs.getBoolean("redmi_note", true);
boolean redmi_note = prefs.getBoolean("redmi_note", false);
if (!redmi_note)
return false;