allan.conda
04/12/2021, 9:17 AMcompose-navigation
? I could get the results from NavBackStackEntry.savedStateHandle
, but I’m not sure where that code belongs… Do you pass it as state?
https://github.com/android/compose-samples/blob/main/Owl/app/src/main/java/com/example/owl/ui/NavGraph.kt#L75-L85Ian Lake
04/12/2021, 2:09 PMsavedStateHandle.getLiveData("key").observeAsState()
Ian Lake
04/12/2021, 2:10 PMallan.conda
04/12/2021, 4:21 PM