Parcourir la source

合成回首页逻辑弹窗

harry il y a 3 ans
Parent
commit
23ae8ef514
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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)