Disable automatic unlock on correct pin
This commit is contained in:
parent
7944bc1dbd
commit
3ebd62aa01
1 changed files with 0 additions and 3 deletions
|
@ -124,9 +124,6 @@ class PinTab(context: Context, attrs: AttributeSet) : BaseSecurityTab(context, a
|
|||
|
||||
private fun updatePinCode() {
|
||||
binding.pinLockCurrentPin.text = "*".repeat(pin.length)
|
||||
if (computedHash.isNotEmpty() && computedHash == getHashedPin()) {
|
||||
onCorrectPassword()
|
||||
}
|
||||
}
|
||||
|
||||
private fun getHashedPin(): String {
|
||||
|
|
Loading…
Reference in a new issue