mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 06:29:17 +01:00
Fix tint of reader back button
This commit is contained in:
parent
975bd43ea1
commit
a30e4ebcbc
@ -560,12 +560,7 @@ class ReaderActivity :
|
|||||||
binding.appBar.setBackgroundColor(primaryColor)
|
binding.appBar.setBackgroundColor(primaryColor)
|
||||||
window.statusBarColor = Color.TRANSPARENT
|
window.statusBarColor = Color.TRANSPARENT
|
||||||
supportActionBar?.setDisplayHomeAsUpEnabled(true)
|
supportActionBar?.setDisplayHomeAsUpEnabled(true)
|
||||||
binding.toolbar.navigationIcon?.setTint(
|
binding.toolbar.navigationIcon?.setTint(getResourceColor(R.attr.actionBarTintColor))
|
||||||
ContextCompat.getColor(
|
|
||||||
this,
|
|
||||||
R.color.tint_color_secondary
|
|
||||||
)
|
|
||||||
)
|
|
||||||
binding.toolbar.setNavigationOnClickListener {
|
binding.toolbar.setNavigationOnClickListener {
|
||||||
popToMain()
|
popToMain()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user