mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
PIN is a pro feature
This commit is contained in:
@@ -872,7 +872,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
if ("pro".equals(key) && !BuildConfig.DEBUG)
|
||||
continue;
|
||||
|
||||
if ("biometrics".equals(key) && !Helper.canAuthenticate(context))
|
||||
if ("biometrics".equals(key) || "pin".equals(key))
|
||||
continue;
|
||||
|
||||
if ("alert_once".equals(key))
|
||||
|
||||
Reference in New Issue
Block a user