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