Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #2323 - Update theme for browsing if needed in onResume (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekager authored and boek committed May 9, 2019
1 parent b76e069 commit 75ccce2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope,
context?.components?.useCases?.sessionUseCases?.reload?.invoke()
}
}
getSessionById()?.let { (activity as HomeActivity).updateThemeForSession(it) }
(activity as AppCompatActivity).supportActionBar?.hide()
}

Expand Down

0 comments on commit 75ccce2

Please sign in to comment.