mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix keyfile bug #820
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
KeePassDX(2.9.6)
|
||||
*
|
||||
* Fix KeyFile bug #820
|
||||
|
||||
KeePassDX(2.9.5)
|
||||
* Unlock database by device credentials (PIN/Password/Pattern) with Android M+ #102 #152 #811
|
||||
|
||||
@@ -117,10 +117,10 @@ class AdvancedUnlockFragment: StylishFragment(), AdvancedUnlockManager.AdvancedU
|
||||
|
||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
||||
// To wait resume
|
||||
if (keepConnection) {
|
||||
activityResult = ActivityResult(requestCode, resultCode, data)
|
||||
}
|
||||
keepConnection = false
|
||||
|
||||
super.onActivityResult(requestCode, resultCode, data)
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
|
||||
@@ -1 +1 @@
|
||||
*
|
||||
* Fix KeyFile bug #820
|
||||
@@ -1 +1 @@
|
||||
*
|
||||
* Correction du bug de fichier de clé #820
|
||||
Reference in New Issue
Block a user