fix: reapply theme to each init call (#235)

This commit is contained in:
TwistedUmbrellaX 2024-03-11 04:51:55 -04:00 committed by GitHub
parent dbce7c5b29
commit a0f05928e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 7 deletions

View file

@ -601,6 +601,7 @@ open class MangaReadFragment : Fragment(), ScanlatorSelectionListener {
super.onResume()
binding.mediaInfoProgressBar.visibility = progress
binding.animeSourceRecycler.layoutManager?.onRestoreInstanceState(state)
requireActivity().setNavigationTheme()
}