mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
returning true to mark the fragment back as handled by the fragment itself
This commit is contained in:
parent
182dc2a098
commit
4975406e66
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ class FtueAuthAccountCreatedFragment @Inject constructor(
|
|||
|
||||
override fun onBackPressed(toolbarButton: Boolean): Boolean {
|
||||
viewModel.handle(OnboardingAction.PostViewEvent(OnboardingViewEvents.OnTakeMeHome))
|
||||
return false
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue