mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fingerprint authentication enters database after saving password
This commit is contained in:
@@ -436,7 +436,7 @@ public class PasswordActivity extends LockingActivity implements FingerPrintHelp
|
|||||||
.putString(getPreferenceKeyIvSpec(), ivSpec)
|
.putString(getPreferenceKeyIvSpec(), ivSpec)
|
||||||
.commit();
|
.commit();
|
||||||
// and remove visual input to reset UI
|
// and remove visual input to reset UI
|
||||||
passwordView.setText("");
|
confirmButton.performClick();
|
||||||
confirmationView.setText(R.string.encrypted_value_stored);
|
confirmationView.setText(R.string.encrypted_value_stored);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user