|
@@ -795,9 +795,12 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
wself.itemModels[wself.currItemModelIndex ].titleStickers.remove(at: index)
|
|
|
wself.subtitleLabel.text = ""
|
|
|
} else {
|
|
|
- wself.loadingView.loadShow()
|
|
|
- wself.tts?.runNextTask()
|
|
|
- wself.loadingView.titleL.text = "变声中 0%"
|
|
|
+
|
|
|
+
|
|
|
+ if(!wself.voiceChangeStickerFinish(itemIndex: wself.currItemModelIndex,isShowLoadView: true)){
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
|
|
|
wself.itemModels[wself.currItemModelIndex ].titleStickers[index].text = newtext
|