Disable Redmi notice

This commit is contained in:
M66B
2023-06-11 20:18:36 +02:00
parent c4df249c30
commit e2fb46acf0

View File

@@ -5197,6 +5197,8 @@ public class FragmentMessages extends FragmentBase
}
private boolean checkRedmiNote() {
if (!BuildConfig.DEBUG)
return false;
if (!Helper.isRedmiNote())
return false;