When I open an implicit deeplink from another app ...
# compose
a
When I open an implicit deeplink from another app for a bottom-bar destination, since it doesn’t have a simulated backstack (as documented) and the graph’s startDestination doesn’t exist in the backstack, it’s not able to save the backstack on click of the bottom bar item, and the
launchSingleTop
logic isn’t able to kick in. So now the app can have duplicated bottom bar destinations in the backstack. I feel like this is a bug and will file tomorrow. But if it’s not, I’m not really sure how to handle implicit deeplinks properly. I’m sure others are trying to implement deeplinks in your app as well and can you show how you are handling deeplinks in your app? Specially implicit deeplinks. (I feel like I’m the only one working on deeplinks in this channel 😅)