mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Small improvement
This commit is contained in:
parent
39aaaf512b
commit
3de7db665e
1 changed files with 1 additions and 1 deletions
|
@ -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."))
|
||||
|
|
Loading…
Reference in a new issue