mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Regression #2105
This commit is contained in:
@@ -296,6 +296,7 @@ class DeviceUnlockFragment: Fragment() {
|
||||
// Auto open the biometric prompt
|
||||
if (mDeviceUnlockViewModel.allowAutoOpenBiometricPrompt
|
||||
&& PreferencesUtil.isAdvancedUnlockPromptAutoOpenEnable(requireContext())) {
|
||||
mDeviceUnlockViewModel.allowAutoOpenBiometricPrompt = false
|
||||
openDecryptionPrompt(cryptoPrompt)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user