https://kotlinlang.org logo
#compose
Title
# compose
p

P.J.

10/22/2020, 3:44 PM
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
❤️ 1
p

P.J.

10/22/2020, 4:12 PM
cheers ian 🙂
2 Views