Closed
Description
GestureNavigationDecoration
doesn't exist. Seems we should use the following code instead.
NavigableCircuitContent(
navigator = navigator,
backStack = backstack,
decoratorFactory = GestureNavigationDecorationFactory(
// Pop the back stack once the user has gone 'back'
onBackInvoked = navigator::pop,
),
)
Metadata
Metadata
Assignees
Labels
No labels