On a similar note, how to handle navigating to a screen that is not the
startDestination
when the main activity is launched from a notification and was destroyed before?
onNewIntent()
isn't called and the navigation graph doesn't exist yet. Appreciate any ideas.
i
Ian Lake
10/22/2020, 4:07 PM
If your PendingIntent has a data URL that matches a deep link you've set on a destination in your graph (functionality that was added just yesterday), it'll deep link into that destination automatically when the graph is created