PIN is a pro feature

This commit is contained in:
M66B
2019-11-03 10:37:11 +01:00
parent 6c58d25166
commit 6b81936ec6
2 changed files with 8 additions and 3 deletions

View File

@@ -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))