mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Add comment fingerprint
This commit is contained in:
@@ -162,10 +162,15 @@ class PasswordActivity : StylishActivity(),
|
||||
checkboxPasswordView,
|
||||
enableButtonOnCheckedChangeListener,
|
||||
passwordView) { password ->
|
||||
password?.let {
|
||||
verifyKeyFileCheckboxAndLoadDatabase(password)
|
||||
} ?: verifyCheckboxesAndLoadDatabase()
|
||||
}
|
||||
// Load the database if password is registered or retrieve
|
||||
password?.let {
|
||||
// Retrieve from fingerprint
|
||||
verifyKeyFileCheckboxAndLoadDatabase(password)
|
||||
} ?: run {
|
||||
// Register with fingerprint
|
||||
verifyCheckboxesAndLoadDatabase()
|
||||
}
|
||||
}
|
||||
fingerPrintViewsManager?.initFingerprint()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user