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)
|
||||
addMangaHeader()
|
||||
colorToolbar(recycler.canScrollVertically(-1))
|
||||
activity?.invalidateOptionsMenu()
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue