Skip to content

Commit

Permalink
Fix FolioToolbar background bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-kadam committed May 16, 2018
1 parent 46c054e commit f42fd86
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ class FolioToolbar : RelativeLayout {

private fun init() {
config = AppUtil.getSavedConfig(context)
if (config.isNightMode) setNightMode()
if (config.isNightMode) setNightMode() else setDayMode()
if (!config.isShowTts) btn_speaker.visibility = View.GONE
initColors()
initListeners()
Expand Down

0 comments on commit f42fd86

Please sign in to comment.