PIN unlock : makes sure to load the pin size from storage
This commit is contained in:
parent
d59eaab7a8
commit
432e209618
9 changed files with 73 additions and 28 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue