mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 07:08:30 +01:00
Added MIUI notification sound workaround
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user