I am using the navigation components and I'm tryin...
# android
g
I am using the navigation components and I'm trying to only use deep links to navigate in my app. One requirement is that if I navigate to a fragment (single act arch) I need to see the deep link that started the fragment. Another requirement is that the deep link is pulled from FirebaseRemoteConfig so I can't use explicit deep link. When I use navigate(uri, navOptions) I get an empty bundle as args and no KEY_DEEP_LINK_INTENT. No new intent in activity. Any help is appreciated
I am creating an intent, adding new_task and clear_task flags, then calling handleDeepLink. Appears to be working okay for what I'm doing
r
Not kotlin related
m