fix: manga/anime page noti icon updating
This commit is contained in:
parent
3bbf9efe63
commit
adb304f138
4 changed files with 22 additions and 0 deletions
|
@ -258,6 +258,9 @@ class MangaFragment : Fragment() {
|
|||
binding.root.requestApplyInsets()
|
||||
binding.root.requestLayout()
|
||||
}
|
||||
if (this::mangaPageAdapter.isInitialized && _binding != null) {
|
||||
mangaPageAdapter.updateNotificationCount()
|
||||
}
|
||||
super.onResume()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue