|
@@ -994,7 +994,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
|
|
|
// 判断是否无录音了
|
|
// 判断是否无录音了
|
|
if itemModels[currItemModelIndex].materialDuraion == 0 {
|
|
if itemModels[currItemModelIndex].materialDuraion == 0 {
|
|
- playBtn.isSelected = false
|
|
|
|
|
|
+ playBtn.isSelected = true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
searchStopAtRecordRange()
|
|
searchStopAtRecordRange()
|