YASAN
05/21/2021, 6:07 PMonNewIntent()
of my activity but it can sometimes throw a null exception due to it not being initiated yet.YASAN
05/21/2021, 6:08 PMsetContent { }
but it looks like onNewIntent()
is called before thatIan Lake
05/21/2021, 6:28 PMlaunchMode
when using Navigation: https://developer.android.com/guide/navigation/navigation-deep-link#handleIan Lake
05/21/2021, 6:29 PMLaunchedEffect
to handle the new IntentYASAN
05/21/2021, 6:31 PM