|
@@ -569,7 +569,6 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
self?.resetCurrentProgress()
|
|
|
// 移除
|
|
|
self?.indirectionView?.deleteItem(isCurrent: true)
|
|
|
-
|
|
|
}
|
|
|
|
|
|
recorderManager?.NeoNuiDebugHandle = { [weak self] msg in
|
|
@@ -909,9 +908,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
resetAllIndirectionView()
|
|
|
}
|
|
|
searchStopAtRecordRange()
|
|
|
-
|
|
|
changeWithDrawBtnLayout(3)
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1092,7 +1089,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
hadPrepareToPlayRecord = false
|
|
|
progressThumV.progress = jumpTime
|
|
|
|
|
|
- if let event = events.last{
|
|
|
+ if let event = events.last {
|
|
|
changeWithDrawBtnLayout(event.type)
|
|
|
} else {
|
|
|
changeWithDrawBtnLayout(0)
|