Skip to content

Commit 4789e16

Browse files
committed
library: Do not close SuperDialog by default
1 parent fc38dd9 commit 4789e16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/extra/SuperDialog.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ fun SuperDialog(
163163
}
164164

165165
BackHandler(enabled = show.value) {
166-
show.value = false
167166
currentOnDismissRequest?.invoke()
168167
}
169168
}

0 commit comments

Comments
 (0)