PIN : fix tests with new LockScreenConfig
This commit is contained in:
parent
4bcb17f09f
commit
20eed4f7d7
3 changed files with 10 additions and 8 deletions
|
|
@ -19,14 +19,14 @@ package io.element.android.appconfig
|
|||
object LockScreenConfig {
|
||||
|
||||
/**
|
||||
* Whether the LockScreen is mandatory or not.
|
||||
* Whether the PIN is mandatory or not.
|
||||
*/
|
||||
const val IS_MANDATORY: Boolean = false
|
||||
const val IS_PIN_MANDATORY: Boolean = false
|
||||
|
||||
/**
|
||||
* Some PINs are blacklisted.
|
||||
*/
|
||||
val PIN_BLACKLIST = listOf("0000", "1234")
|
||||
val PIN_BLACKLIST = setOf("0000", "1234")
|
||||
|
||||
/**
|
||||
* The size of the PIN.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue