mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 07:08:30 +01:00
Small improvement
This commit is contained in:
@@ -961,7 +961,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
if ("biometrics".equals(key) || "pin".equals(key))
|
||||
continue;
|
||||
|
||||
if ("alert_once".equals(key))
|
||||
if ("alert_once".equals(key) && !Log.isXiaomi())
|
||||
continue;
|
||||
|
||||
if (key != null && key.startsWith("widget."))
|
||||
|
||||
Reference in New Issue
Block a user