Skip to content

Commit

Permalink
Linting (I'm trolling)
Browse files Browse the repository at this point in the history
  • Loading branch information
baronhsieh2005 committed Sep 9, 2024
1 parent 8e3a567 commit 109e35e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ class MenuFragment : Fragment() {
return v
}

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
override fun onViewCreated(
view: View,
savedInstanceState: Bundle?
) {
super.onViewCreated(view, savedInstanceState)
mActivity.toolbar.visibility = View.VISIBLE
}
Expand Down

0 comments on commit 109e35e

Please sign in to comment.