mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Partial revert 914b686c8e (#5749)
				
					
				
			Didn't mean to remove this line, this fixes resuming to read downloaded chapter.
This commit is contained in:
		| @@ -77,6 +77,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( | ||||
|             object : ViewPager.SimpleOnPageChangeListener() { | ||||
|                 override fun onPageSelected(position: Int) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user