浏览代码

播放时隐藏变声音入口

jsonwang 3 年之前
父节点
当前提交
abf2d0a359
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

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

@@ -224,6 +224,7 @@ public class BFRecordScreenController: BFBaseViewController {
             withDrawBtn.isHidden = isNormalPlaying
             subtitleBtn.isHidden = isNormalPlaying
             soundSettingBtn.isHidden = isNormalPlaying
+            voiceSettingBtn.isHidden = isNormalPlaying
             withDrawBtn.isHidden = isNormalPlaying
             recordBtn.isHidden = isNormalPlaying
             cameraFlipBtn.isHidden = !(!isNormalPlaying && (currMediaType == .Camera) && !isDragingProgressSlder)