mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-01 03:05:31 +02:00
Make folder creation dialog cancelable (#671)
This commit is contained in:
parent
57771c4dfe
commit
b6730ac123
|
|
@ -40,7 +40,6 @@ class FolderCreationDialogFragment : DialogFragment() {
|
|||
alertDialogBuilder.setNegativeButton(getString(android.R.string.cancel)) { _, _ ->
|
||||
dismiss()
|
||||
}
|
||||
isCancelable = false
|
||||
return alertDialogBuilder.create()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue