| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -160,7 +160,7 @@ class BgTextConfigDialog : BaseDialogFragment(R.layout.dialog_read_bg_text) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            val layoutNames = defaultConfigs.map { it.name } | 
					 | 
					 | 
					 | 
					            val layoutNames = defaultConfigs.map { it.name } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            context?.selector("选择预设布局", layoutNames) { _, i -> | 
					 | 
					 | 
					 | 
					            context?.selector("选择预设布局", layoutNames) { _, i -> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                if (i >= 0) { | 
					 | 
					 | 
					 | 
					                if (i >= 0) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    ReadBookConfig.durConfig = defaultConfigs[i] | 
					 | 
					 | 
					 | 
					                    ReadBookConfig.durConfig = defaultConfigs[i].copy() | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    initData() | 
					 | 
					 | 
					 | 
					                    initData() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    postEvent(EventBus.UP_CONFIG, true) | 
					 | 
					 | 
					 | 
					                    postEvent(EventBus.UP_CONFIG, true) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                } | 
					 | 
					 | 
					 | 
					                } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |