|
@@ -855,6 +855,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
return
|
|
|
}
|
|
|
self.progressThumV.progressView.isUserInteractionEnabled = false
|
|
|
+ self.collectionView.isScrollEnabled = false
|
|
|
pause()
|
|
|
isRecording = true
|
|
|
|
|
@@ -899,7 +900,8 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
isRecording = false
|
|
|
pause()
|
|
|
self.progressThumV.progressView.isUserInteractionEnabled = true
|
|
|
-
|
|
|
+ self.collectionView.isScrollEnabled = true
|
|
|
+
|
|
|
recorderManager?.stopRecord(isCancel: false)
|
|
|
|
|
|
if !avatarView.isHidden {
|
|
@@ -911,7 +913,8 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
isRecording = false
|
|
|
recorderManager?.stopRecord(isCancel: true)
|
|
|
self.progressThumV.progressView.isUserInteractionEnabled = true
|
|
|
-
|
|
|
+ self.collectionView.isScrollEnabled = true
|
|
|
+
|
|
|
pause()
|
|
|
}
|
|
|
|