Join Slack
Powered by
Cannot access ‘backQueue’: it is private in ‘NavCo...
# android
s
Saqib ahsan
08/25/2023, 3:15 PM
Cannot access ‘backQueue’: it is private in ‘NavController’
can anyone tell me whats the alternate to access last destination?
not kotlin but kotlin colored
1
i
Ian Lake
08/25/2023, 3:22 PM
`navController.previousBackStackEntry`:
https://developer.android.com/reference/kotlin/androidx/navigation/NavController#previousBackStackEntry()
❤️ 2
37
Views
Open in Slack
Previous
Next