Fix page number not appearing when opening chapter (#1936)

This commit is contained in:
perokhe
2025-03-29 03:52:11 -06:00
committed by GitHub
parent b00bbe91be
commit 132d77aa99
2 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,8 @@ abstract class PagerViewer(val activity: ReaderActivity) : Viewer {
}
pager.addOnPageChangeListener(pagerListener)
// Manually call onPageChange to update the UI
onPageChange(pager.currentItem)
}
/**