Skip to content

Commit

Permalink
returning true to mark the fragment back as handled by the fragment i…
Browse files Browse the repository at this point in the history
…tself
  • Loading branch information
ouchadam committed Feb 22, 2022
1 parent 182dc2a commit 4975406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ class FtueAuthAccountCreatedFragment @Inject constructor(

override fun onBackPressed(toolbarButton: Boolean): Boolean {
viewModel.handle(OnboardingAction.PostViewEvent(OnboardingViewEvents.OnTakeMeHome))
return false
return true
}
}

0 comments on commit 4975406

Please sign in to comment.