|  | @@ -1280,6 +1280,7 @@ public class BFRecordScreenController: BFBaseViewController {
 | 
	
		
			
				|  |  |          isRecording = true
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          UIApplication.shared.keyWindow?.isUserInteractionEnabled = false
 | 
	
		
			
				|  |  | +        AudioServicesPlaySystemSound(1520)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  //        DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
 | 
	
		
			
				|  |  |  //            self.endRecord()
 | 
	
	
		
			
				|  | @@ -1651,7 +1652,7 @@ public class BFRecordScreenController: BFBaseViewController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  wself.changeProgress(progress: process)
 | 
	
		
			
				|  |  |                  
 | 
	
		
			
				|  |  | -                if wself.currMediaType != .Video && CMTimeCompare(wself.rscurrentManager.recordItem?.materialDuraion ?? .zero, .zero) != 0{
 | 
	
		
			
				|  |  | +                if wself.currMediaType != .Video && CMTimeCompare(wself.rscurrentManager.recordItem?.materialDuraion ?? .zero, .zero) != 0 {
 | 
	
		
			
				|  |  |                      wself.recordBtn.isHidden = true
 | 
	
		
			
				|  |  |                      wself.deleteRecordBtn.isHidden = false
 | 
	
		
			
				|  |  |                  }
 |