Ilan Sasportas
10/16/2024, 3:06 PMval navController = rememberNavController()
rememberNavController()
does not allow to pass keysZach Klippenstein (he/him) [MOD]
10/16/2024, 4:34 PMkey
functionStylianos Gakis
10/16/2024, 4:47 PM김용석
10/17/2024, 4:20 AMIlan Sasportas
10/17/2024, 8:03 AMStylianos Gakis
10/17/2024, 8:17 AMnavController.graph.findStartDestination().id
to do the same rather than recreating your entire NavController.
Although for an optimal user experience, I'd expect to be able to login again or whatever it is, and then be resumed back to exactly where I was at김용석
10/17/2024, 11:50 AMIlan Sasportas
10/17/2024, 12:06 PMStylianos Gakis
10/17/2024, 2:03 PMIlan Sasportas
10/17/2024, 2:11 PMStylianos Gakis
10/17/2024, 2:23 PMIlan Sasportas
10/17/2024, 2:25 PMStylianos Gakis
10/17/2024, 2:27 PMIlan Sasportas
10/17/2024, 2:43 PM