On a similar note, how to handle navigating to a s...
# compose
p
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
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
❤️ 1
p
cheers ian 🙂