mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-15 00:27:25 +00:00
Fixed dialog automatically dismissing itself
This commit is contained in:
@@ -46,8 +46,8 @@ class MagiskInstallDialog : DialogEvent() {
|
||||
applyMessage("")
|
||||
applyButton(MagiskDialog.ButtonType.POSITIVE) {
|
||||
titleRes = R.string.download_zip_only
|
||||
preventDismiss = false
|
||||
onClick {
|
||||
preventDismiss = false
|
||||
TODO()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user