Skip to content

Commit 44de9c2

Browse files
committed
library: Do not close SuperDialog by default again
1 parent 2f3f7dc commit 44de9c2

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
@@ -102,7 +102,6 @@ fun SuperDialog(
102102
.pointerInput(show, currentOnDismissRequest) {
103103
detectTapGestures(
104104
onTap = {
105-
show.value = false
106105
currentOnDismissRequest?.invoke()
107106
}
108107
)

0 commit comments

Comments
 (0)