|
@@ -1055,7 +1055,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
@objc func playVideo(btn: UIButton) {
|
|
|
if !btn.isSelected {
|
|
|
pause()
|
|
|
-// searchStopAtRecordRange()
|
|
|
+ searchStopAtRecordRange()
|
|
|
} else {
|
|
|
events.append(WithDrawModel(type: 1, timestamp: currentAssetProgress.seconds))
|
|
|
changeWithDrawBtnLayout(false)
|