Daniele B
09/02/2020, 11:53 AMonBackPressed(){...}
method of the Activity without calling super.onBackPressed()
?Sergey Y.
09/02/2020, 12:05 PMSergey Y.
09/02/2020, 12:07 PMflosch
09/02/2020, 12:37 PMOnBackPressedCallback
Daniele B
09/02/2020, 4:59 PMoverride fun onBackPressed() {
appViewModel.coreModel.pressedBackButton()
}
Daniele B
09/02/2020, 5:40 PMflosch
09/02/2020, 5:45 PMsuper.OnBackPressed
)Daniele B
09/02/2020, 5:46 PMflosch
09/02/2020, 5:49 PMbackPressHandler
basically anywhere in your Compose
Tree (without having to pass it down the tree), since it uses an Ambient
Daniele B
09/02/2020, 6:17 PM