mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-25 02:31:52 +01:00
Fix toolbar color in manga details when switching themes
This commit is contained in:
parent
cce6fdb765
commit
7083d41ffe
@ -524,6 +524,7 @@ class MangaDetailsController : BaseController,
|
|||||||
}
|
}
|
||||||
adapter?.setChapters(chapters)
|
adapter?.setChapters(chapters)
|
||||||
addMangaHeader()
|
addMangaHeader()
|
||||||
|
colorToolbar(recycler.canScrollVertically(-1))
|
||||||
activity?.invalidateOptionsMenu()
|
activity?.invalidateOptionsMenu()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user