Disable Redmi notice

pull/212/head
M66B 1 year ago
parent c4df249c30
commit e2fb46acf0

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

Loading…
Cancel
Save