|  | @@ -1280,6 +1280,7 @@ public class BFRecordScreenController: BFBaseViewController {
 | 
											
												
													
														|  |          isRecording = true
 |  |          isRecording = true
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          UIApplication.shared.keyWindow?.isUserInteractionEnabled = false
 |  |          UIApplication.shared.keyWindow?.isUserInteractionEnabled = false
 | 
											
												
													
														|  | 
 |  | +        AudioServicesPlaySystemSound(1520)
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  //        DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
 |  |  //        DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
 | 
											
												
													
														|  |  //            self.endRecord()
 |  |  //            self.endRecord()
 | 
											
										
											
												
													
														|  | @@ -1651,7 +1652,7 @@ public class BFRecordScreenController: BFBaseViewController {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |                  wself.changeProgress(progress: process)
 |  |                  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.recordBtn.isHidden = true
 | 
											
												
													
														|  |                      wself.deleteRecordBtn.isHidden = false
 |  |                      wself.deleteRecordBtn.isHidden = false
 | 
											
												
													
														|  |                  }
 |  |                  }
 |