Partial revert 914b686c8e (#5749)
Didn't mean to remove this line, this fixes resuming to read downloaded chapter.
(cherry picked from commit 26b8df5354)
This commit is contained in:
@@ -90,6 +90,7 @@ abstract class PagerViewer(val activity: ReaderActivity) : BaseViewer {
|
||||
pager.layoutParams = LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT)
|
||||
pager.offscreenPageLimit = 1
|
||||
pager.id = R.id.reader_pager
|
||||
pager.adapter = adapter
|
||||
pager.addOnPageChangeListener(
|
||||
// SY -->
|
||||
pagerListener
|
||||
|
||||
Reference in New Issue
Block a user