Skip to content

Commit fce7b65

Browse files
committed
Fix a bug introduced in commit ef2d4d9
1 parent bb4ce75 commit fce7b65

File tree

1 file changed

+1
-0
lines changed
  • demo/src/commonMain/kotlin/com/huanshankeji/compose/material/demo

1 file changed

+1
-0
lines changed

demo/src/commonMain/kotlin/com/huanshankeji/compose/material/demo/Material3.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ fun Material3(modifier: Modifier) {
146146
fun content(index: String) =
147147
ListItemComponents(
148148
Modifier,
149+
true,
149150
"Headline $index",
150151
Icons.Default.Add,
151152
Icons.Default.Menu,

0 commit comments

Comments
 (0)