Skip to content

Commit

Permalink
hide nav bar for news fragment when open
Browse files Browse the repository at this point in the history
  • Loading branch information
joemacd committed Sep 1, 2024
1 parent 22d7ba9 commit 7005d6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class NewsFragment : ListFragment() {
super.onResume()
val mActivity : MainActivity = activity as MainActivity
mActivity.removeTabs()
mActivity.hideBottomBar()
mActivity.setTitle(R.string.news)
val initials = sharedPreferences.getString(getString(R.string.initials), null)
if (!initials.isNullOrEmpty()) {
Expand Down

0 comments on commit 7005d6d

Please sign in to comment.