mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Remove 2048 bitmap size limit
This commit is contained in:
		@@ -110,7 +110,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() {
 | 
			
		||||
 | 
			
		||||
        setMenuVisibility(menuVisible)
 | 
			
		||||
 | 
			
		||||
        maxBitmapSize = Math.min(2048, GLUtil.getMaxTextureSize())
 | 
			
		||||
        maxBitmapSize = GLUtil.getMaxTextureSize()
 | 
			
		||||
 | 
			
		||||
        left_chapter.setOnClickListener {
 | 
			
		||||
            if (viewer != null) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user