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

allan.conda

11/17/2021, 10:22 AM
What’s the right way to deeplink into another activity (interoperability) and make it part of the
NavHost
backstack? I need the activity to launch from a specific destination, so that user is navigated back to that after exiting the activity.
Tried to use `activity()`but it’s causing an infinite recompose
I filed an issue here and a workaround https://issuetracker.google.com/issues/206677589 if it helps anyone with the same requirement
2 Views