mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix discard entry edition in registration mode
This commit is contained in:
@@ -754,7 +754,8 @@ class EntryEditActivity : LockingActivity(),
|
||||
|
||||
override fun onCancelSpecialMode() {
|
||||
onApprovedBackPressed {
|
||||
super.onCancelSpecialMode()
|
||||
super@EntryEditActivity.onCancelSpecialMode()
|
||||
finish()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user