Skip to content

Commit 36e1112

Browse files
committed
example: Do not set windowDimming = false in demo app
1 parent c1ee628 commit 36e1112

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composeApp/src/commonMain/kotlin/UITest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ fun UITest(
230230
alignment = PopupPositionProvider.Align.BottomRight,
231231
onDismissRequest = {
232232
isBottomPopupExpanded.value = false
233-
},
234-
windowDimming = false
233+
}
235234
) {
236235
ListPopupColumn {
237236
items.take(3).forEachIndexed { index, navigationItem ->

0 commit comments

Comments
 (0)