Skip to content

Commit

Permalink
Update named parameter for back stack on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies committed Feb 11, 2024
1 parent 70ff97d commit 82fab87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public fun main(args: Array<String>) {

NavigableCircuitContent(
navigator = rememberCircuitNavigator(backStack, ::exitApplication),
backstack = backStack,
backStack = backStack,
decoration = KeyNavigationDecoration(
decoration = circuit.defaultNavDecoration,
onBackInvoked = backStack::pop,
Expand Down

0 comments on commit 82fab87

Please sign in to comment.