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)
|
||||
window.statusBarColor = Color.TRANSPARENT
|
||||
supportActionBar?.setDisplayHomeAsUpEnabled(true)
|
||||
binding.toolbar.navigationIcon?.setTint(
|
||||
ContextCompat.getColor(
|
||||
this,
|
||||
R.color.tint_color_secondary
|
||||
)
|
||||
)
|
||||
binding.toolbar.navigationIcon?.setTint(getResourceColor(R.attr.actionBarTintColor))
|
||||
binding.toolbar.setNavigationOnClickListener {
|
||||
popToMain()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user