1
0
Fork 0

For #7519 Navigate up from search fragment to handle all entry points

master
mcarare 2020-01-08 15:00:47 +02:00 committed by Emily Kager
parent a2e0af3194
commit 6aa8c98e00
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class SearchFragment : Fragment(), UserInteractionHandler {
}
view.back_button.setOnClickListener {
findNavController().popBackStack()
findNavController().navigateUp()
}
val stubListener = ViewStub.OnInflateListener { _, inflated ->