|
@@ -109,8 +109,8 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
loadingView.cancelHandle = { [weak self] in
|
|
loadingView.cancelHandle = { [weak self] in
|
|
guard let wself = self else { return }
|
|
guard let wself = self else { return }
|
|
BFLog(message: "loadingView 点击了取消")
|
|
BFLog(message: "loadingView 点击了取消")
|
|
-// wself.voiceFinishAutoPlay = false
|
|
|
|
-// wself.updatePlayBtnStatus()
|
|
|
|
|
|
+ wself.voiceFinishAutoPlay = false
|
|
|
|
+ wself.updatePlayBtnStatus()
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2876,12 +2876,12 @@ extension BFRecordScreenController: BFTTSManagerDelegte{
|
|
}
|
|
}
|
|
|
|
|
|
if(voiceChangeStickerFinish(itemIndex: currItemModelIndex)){
|
|
if(voiceChangeStickerFinish(itemIndex: currItemModelIndex)){
|
|
- loadingView.loadHidden()
|
|
|
|
|
|
+ loadingView.removeLoading()
|
|
//完成后自动进行播放逻辑
|
|
//完成后自动进行播放逻辑
|
|
if(voiceFinishAutoPlay){
|
|
if(voiceFinishAutoPlay){
|
|
voiceFinishAutoPlay = false
|
|
voiceFinishAutoPlay = false
|
|
play()
|
|
play()
|
|
-// .updatePlayBtnStatus()
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|