Fix reader title

This commit is contained in:
Jobobby04 2022-12-21 16:10:45 -05:00
parent 8d3888a572
commit afd94e3fc9

View File

@ -1174,7 +1174,7 @@ class ReaderActivity : BaseActivity() {
updateBottomButtons()
// SY <--
binding.toolbar.title = manga.title
supportActionBar?.title = manga.title
binding.pageSlider.isRTL = newViewer is R2LPagerViewer
if (newViewer is R2LPagerViewer) {