Adjust app lock mechanism (#7924)
Now uses enum to also handle timed lock
This commit is contained in:
@@ -37,7 +37,7 @@ class UnlockActivity : BaseActivity() {
|
||||
result: BiometricPrompt.AuthenticationResult,
|
||||
) {
|
||||
super.onAuthenticationSucceeded(activity, result)
|
||||
SecureActivityDelegate.locked = false
|
||||
SecureActivityDelegate.unlock()
|
||||
finish()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user