Commit 1223b48b authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed dialog automatically dismissing itself

parent d8338f0b
......@@ -46,8 +46,8 @@ class MagiskInstallDialog : DialogEvent() {
applyMessage("")
applyButton(MagiskDialog.ButtonType.POSITIVE) {
titleRes = R.string.download_zip_only
preventDismiss = false
onClick {
preventDismiss = false
TODO()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment