Doc: add missing period
This commit is contained in:
parent
922f65cc96
commit
cf1b622da7
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ object LockScreenConfig {
|
||||||
/** Set of forbidden PIN codes. */
|
/** Set of forbidden PIN codes. */
|
||||||
val FORBIDDEN_PIN_CODES: Set<String> = setOf("0000", "1234")
|
val FORBIDDEN_PIN_CODES: Set<String> = setOf("0000", "1234")
|
||||||
|
|
||||||
/** The size of the PIN */
|
/** The size of the PIN. */
|
||||||
const val PIN_SIZE: Int = 4
|
const val PIN_SIZE: Int = 4
|
||||||
|
|
||||||
/** Number of attempts before the user is logged out. */
|
/** Number of attempts before the user is logged out. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue