manually handling the back event as a take me home action
This commit is contained in:
parent
3a961e0803
commit
d186de7472
@ -48,4 +48,9 @@ class FtueAuthAccountCreatedFragment @Inject constructor(
|
||||
override fun resetViewModel() {
|
||||
// Nothing to do
|
||||
}
|
||||
|
||||
override fun onBackPressed(toolbarButton: Boolean): Boolean {
|
||||
viewModel.handle(OnboardingAction.TakeMeHome)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user