PIN unlock : makes sure to load the pin size from storage

This commit is contained in:
ganfra 2023-10-25 15:07:05 +02:00
parent d59eaab7a8
commit 432e209618
9 changed files with 73 additions and 28 deletions

View file

@ -21,7 +21,7 @@ object LockScreenConfig {
/**
* Whether the PIN is mandatory or not.
*/
const val IS_PIN_MANDATORY: Boolean = true
const val IS_PIN_MANDATORY: Boolean = false
/**
* Some PINs are blacklisted.