mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix toolbar color in manga details when switching themes
This commit is contained in:
parent
cce6fdb765
commit
7083d41ffe
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ class MangaDetailsController : BaseController,
|
||||||
}
|
}
|
||||||
adapter?.setChapters(chapters)
|
adapter?.setChapters(chapters)
|
||||||
addMangaHeader()
|
addMangaHeader()
|
||||||
|
colorToolbar(recycler.canScrollVertically(-1))
|
||||||
activity?.invalidateOptionsMenu()
|
activity?.invalidateOptionsMenu()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue