mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix floating-point error in navigate pan (#8856)
This commit is contained in:
		@@ -176,7 +176,7 @@ open class ReaderPageImageView @JvmOverloads constructor(
 | 
			
		||||
        (pageView as? SubsamplingScaleImageView)?.let { view ->
 | 
			
		||||
            RectF().let {
 | 
			
		||||
                view.getPanRemaining(it)
 | 
			
		||||
                return fn(it) > 0
 | 
			
		||||
                return fn(it) > 1
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user