Fixed blue nav bar in reader
This commit is contained in:
parent
79d8d6ba8d
commit
39b1f53b58
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>(),
|
|||
setMenuVisibility(false)
|
||||
}
|
||||
}
|
||||
if (sheetManageNavColor) window.navigationBarColor = getResourceColor(R.attr.colorPrimary)
|
||||
if (sheetManageNavColor) window.navigationBarColor = getResourceColor(R.attr.colorSecondary)
|
||||
reader_menu.visibility = View.VISIBLE
|
||||
val toolbarAnimation = AnimationUtils.loadAnimation(this, R.anim.enter_from_top)
|
||||
toolbarAnimation.setAnimationListener(object : SimpleAnimationListener() {
|
||||
|
|
Reference in a new issue