|
@@ -629,8 +629,8 @@ class INVideoExportController: BFBaseViewController {
|
|
sself.export.cancelExport()
|
|
sself.export.cancelExport()
|
|
sself.navigationController?.popToRootViewController(animated: true)
|
|
sself.navigationController?.popToRootViewController(animated: true)
|
|
}
|
|
}
|
|
- alertController.addAction(okAction)
|
|
|
|
alertController.addAction(cancelAction)
|
|
alertController.addAction(cancelAction)
|
|
|
|
+ alertController.addAction(okAction)
|
|
|
|
|
|
self.present(alertController, animated: true, completion: nil)
|
|
self.present(alertController, animated: true, completion: nil)
|
|
|
|
|