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:
parent
9aba3e805c
commit
3b8cc7e8e6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue