Added MIUI notification sound workaround

This commit is contained in:
M66B
2019-09-14 10:50:47 +02:00
parent 0205df9274
commit 20581f5ce1
6 changed files with 35 additions and 4 deletions

View File

@@ -888,6 +888,9 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
if ("biometrics".equals(key) && !Helper.canAuthenticate(context))
continue;
if ("alert_once".equals(key))
continue;
Object value = jsetting.get("value");
if (value instanceof Boolean)
editor.putBoolean(key, (Boolean) value);