mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Rollback to fix bug after orientation change
This commit is contained in:
@@ -558,7 +558,8 @@ class AdvancedUnlockFragment: StylishFragment(), AdvancedUnlockManager.AdvancedU
|
||||
override fun onPause() {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
|
||||
if (!keepConnection) {
|
||||
disconnect(false)
|
||||
// If close prompt, bug "user not authenticated in Android R"
|
||||
disconnect()
|
||||
advancedUnlockManager = null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user