mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 05:45:10 +01:00
Fixed blue nav bar in reader
This commit is contained in:
parent
79d8d6ba8d
commit
39b1f53b58
@ -660,7 +660,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>(),
|
|||||||
setMenuVisibility(false)
|
setMenuVisibility(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (sheetManageNavColor) window.navigationBarColor = getResourceColor(R.attr.colorPrimary)
|
if (sheetManageNavColor) window.navigationBarColor = getResourceColor(R.attr.colorSecondary)
|
||||||
reader_menu.visibility = View.VISIBLE
|
reader_menu.visibility = View.VISIBLE
|
||||||
val toolbarAnimation = AnimationUtils.loadAnimation(this, R.anim.enter_from_top)
|
val toolbarAnimation = AnimationUtils.loadAnimation(this, R.anim.enter_from_top)
|
||||||
toolbarAnimation.setAnimationListener(object : SimpleAnimationListener() {
|
toolbarAnimation.setAnimationListener(object : SimpleAnimationListener() {
|
||||||
|
Loading…
Reference in New Issue
Block a user