Zoltan Demant
08/25/2023, 4:46 AMaddOnNewIntentListener
, but where is that called by navigation compose?).Albert Chang
08/25/2023, 4:54 AMZoltan Demant
08/25/2023, 5:00 AMintent
when activity calls onCreate
?
When usingThis is effectively what Im trying to understand the how of.launch mode, Navigation automatically handles deep links by callingstandard
to process any explicit or implicit deep links within thehandleDeepLink()
Intent
Albert Chang
08/25/2023, 5:02 AMZoltan Demant
08/25/2023, 5:08 AMonGraphCreated
(graph.set
) is called.Albert Chang
08/25/2023, 5:12 AMZoltan Demant
08/25/2023, 5:27 AMhandleDeepLink(*activity!!.intent*)
a bunch of times without realizing thats where the intent came from; I thought it was passed in earlier in the call chain.