Fixed blue nav bar in reader

pull/3117/head
Jay 4 years ago
parent 79d8d6ba8d
commit 39b1f53b58

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

Loading…
Cancel
Save