Skip to content

Commit

Permalink
fix toolbar menus not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Feb 7, 2024
1 parent 155632b commit 2e8c3f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class TripDetailFragment : TransportrFragment(), Toolbar.OnMenuItemClickListener
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

setUpToolbar(toolbar)
setHasOptionsMenu(true)
component.inject(this)

Expand Down

0 comments on commit 2e8c3f5

Please sign in to comment.