Fixed blue nav bar in reader

This commit is contained in:
Jay 2020-05-01 15:37:55 -04:00
parent 79d8d6ba8d
commit 39b1f53b58

View File

@ -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() {