google-developer-training / android-basics-kotlin-cupcake-app

Apache License 2.0
103 stars 163 forks source link

Android Basics: Shared ViewModel #68

Closed Wavey1287 closed 8 months ago

Wavey1287 commented 2 years ago

URL of codelab

Back Button doesn't work by the end of the code lab.

To fix: // This enforces the back button actually works as intended. override fun onSupportNavigateUp(): Boolean { val navController = findNavController(R.id.nav_host_fragment) return navController.navigateUp() || super.onSupportNavigateUp() }

backbuttonfix

Wavey1287 commented 2 years ago

https://stackoverflow.com/questions/59834398/android-navigation-component-back-button-not-working