Skip to content

Commit

Permalink
hide title bar usd balance if not OverviewFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
dreacot committed Apr 8, 2021
1 parent e16308d commit 71b6841
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/com/dcrandroid/HomeActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ class HomeActivity : BaseActivity(), SyncProgressListener, TxAndBlockNotificatio

showOrHideFab(position)

// Hide title bar usd balance if not OverviewFragment
if (position > 0) {
toolbar_subtitle.visibility = View.GONE
}

adapter.changeActiveTab(position)
}

Expand Down

0 comments on commit 71b6841

Please sign in to comment.