|  |  | @ -77,10 +77,6 @@ object ReadBookConfig { | 
			
		
	
		
		
			
				
					
					|  |  |  |         val dm = resources.displayMetrics |  |  |  |         val dm = resources.displayMetrics | 
			
		
	
		
		
			
				
					
					|  |  |  |         val width = dm.widthPixels |  |  |  |         val width = dm.widthPixels | 
			
		
	
		
		
			
				
					
					|  |  |  |         val height = dm.heightPixels |  |  |  |         val height = dm.heightPixels | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (AppConfig.isEInkMode && !AppConfig.isNightTheme) { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             bg = ColorDrawable(Color.WHITE) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             bgMeanColor = Color.WHITE |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         } else { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         bg = durConfig.bgDrawable(width, height).apply { |  |  |  |         bg = durConfig.bgDrawable(width, height).apply { | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (this is BitmapDrawable) { |  |  |  |             if (this is BitmapDrawable) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 bgMeanColor = BitmapUtils.getMeanColor(bitmap) |  |  |  |                 bgMeanColor = BitmapUtils.getMeanColor(bitmap) | 
			
		
	
	
		
		
			
				
					|  |  | @ -88,7 +84,6 @@ object ReadBookConfig { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 bgMeanColor = color |  |  |  |                 bgMeanColor = color | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         isScroll = pageAnim == 3 |  |  |  |         isScroll = pageAnim == 3 | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |