mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 13:27:57 +01: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