mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix duplicate UUID dialog orientation change
This commit is contained in:
@@ -46,4 +46,9 @@ class DuplicateUuidDialog : DialogFragment() {
|
||||
}
|
||||
return super.onCreateDialog(savedInstanceState)
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
super.onPause()
|
||||
this.dismiss()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user