| 
					
				 | 
			
			
				@@ -1197,7 +1197,7 @@ public class BFRecordScreenController: BFBaseViewController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         recordEndHandle?(voiceModel) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         BFLog(3, message: "开始录制-取消:currentAssetProgress=\(currentAssetProgress.seconds),cuInde=\(currItemModelIndex),currIndex=\(voiceModel?.currIndex ?? 0),\(String(describing: voiceModel)),\(String(describing: recorderManager?.voiceModel))") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if voiceModel != nil, currentAssetProgress.seconds - (recorderManager?.voiceModel?.startCMTime.seconds ?? 0) < 1.0 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            cShowHUB(superView: nil, msg: "最短录制1秒") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            cShowHUB(superView: nil, msg: "shoot_tips_least".BFLocale) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             recorderManager?.cancelTitleService() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 删除文件 
			 |