Changed default of biometric notify

This commit is contained in:
M66B
2021-03-18 11:33:59 +01:00
parent 25f8ed7d49
commit 70e931681e
5 changed files with 7 additions and 3 deletions

View File

@@ -421,6 +421,9 @@ public class ApplicationEx extends Application
} else if (version < 1525) {
if (!prefs.contains("download"))
editor.putInt("download", 512 * 1024);
} else if (version < 1533) {
if (!prefs.contains("biometrics_notify"))
editor.putBoolean("biometrics_notify", false);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)