|
@@ -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: "删除发音人操作")
|