@@ -18,6 +18,10 @@ class CoverEditorDialog : DialogFragment() {
const val PAGE_COUNT = 2
}
+ init {
+ isCancelable = false
+ }
+
private val dialogTag = this::class.java.simpleName
lateinit var onViewCreated: Runnable