https://kotlinlang.org logo
#compose
Title
# compose
p

pourpre

10/21/2020, 9:07 PM
Hey. Does anyone know where to do a feature request for
navigation-compose
? Specifically, adding a
NavOptions?
parameter to the
NavController.navigate
extension function.
i

Ian Lake

10/21/2020, 9:55 PM
You'd want to add them to the Navigation component: https://issuetracker.google.com/issues/new?component=409828
What in
NavOptions
are you specifically looking to use?
a

Alexander Karkossa

10/22/2020, 6:12 AM
We also need the
NavOptions
. In our case we need the
singleTop
and the
popUpTo
/
popUpToInclusive
p

pourpre

10/22/2020, 11:49 AM
Mainly popUpTo for Backstack clearing unless there is a better way to do it with Compose.
i

Ian Lake

10/22/2020, 3:34 PM
Makes sense. Please file a bug
p

pourpre

10/22/2020, 3:55 PM
i

Ian Lake

10/22/2020, 4:03 PM
Thanks!
2 Views