Browse Source

取消时 不选中发音人

jsonwang 3 years ago
parent
commit
2af9f68849

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -865,7 +865,7 @@ public class BFRecordScreenController: BFBaseViewController {
             }else if actionType == .voiceSettingActionCancel{
                 BFLog(2, message: "取消发音人操作")
                 wself.tts?.stopTTS("")
-                wself.voiceSettingView.flushSelectVoiceStatus(voiceStatue: .isSelected)
+                wself.voiceSettingView.flushSelectVoiceStatus(voiceStatue: .isNormal)
         
             }else if actionType == .voiceSettingActionDelete{
                 BFLog(2, message: "删除发音人操作")