mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Fix page number not appearing when opening chapter (#1936)
This commit is contained in:
@ -291,6 +291,8 @@ abstract class PagerViewer(val activity: ReaderActivity) : Viewer {
|
||||
}
|
||||
|
||||
pager.addOnPageChangeListener(pagerListener)
|
||||
// Manually call onPageChange to update the UI
|
||||
onPageChange(pager.currentItem)
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user