Make folder creation dialog cancelable (#671)
This commit is contained in:
parent
57771c4dfe
commit
b6730ac123
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ class FolderCreationDialogFragment : DialogFragment() {
|
|||
alertDialogBuilder.setNegativeButton(getString(android.R.string.cancel)) { _, _ ->
|
||||
dismiss()
|
||||
}
|
||||
isCancelable = false
|
||||
return alertDialogBuilder.create()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue