Procházet zdrojové kódy

播放时隐藏变声音入口

jsonwang před 3 roky
rodič
revize
abf2d0a359

+ 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)