ソースを参照

合成回首页逻辑弹窗

harry 3 年 前
コミット
23ae8ef514
1 ファイル変更1 行追加2 行削除
  1. 1 2
      Introduce/Record/INVideoExportController.swift

+ 1 - 2
Introduce/Record/INVideoExportController.swift

@@ -754,8 +754,7 @@ class INVideoExportController: BFBaseViewController {
     @objc func completeAction() {
         // MARK: 删除所有录制资源. 现在放在了选择相册展示时清理cache
 
-        if (!hasSaveOnly && !saveOnlyUlr.absoluteString.contains("aaa"))
-            || (!hasSaveAll && !saveAllUlr.absoluteString.contains("aaa")) {
+        if !hasSaveAll && !hasSaveOnly {
             
             let alertController = UIAlertController(title: "compose_tips_changes".BFLocale,
                            message: "", preferredStyle: .alert)