Skip to content

Commit

Permalink
Fix #41 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Oct 25, 2023
1 parent b5de94f commit 7736224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CascadeState internal constructor() {
}

@Immutable
internal class CascadeBackStackEntry(
internal data class CascadeBackStackEntry(
val header: @Composable CascadeColumnScope.() -> Unit,
val childrenContent: @Composable CascadeColumnScope.() -> Unit
)
Expand Down

0 comments on commit 7736224

Please sign in to comment.