What’s the right way to deeplink into another acti...
# compose
a
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