Pārlūkot izejas kodu

1.调整保存弹窗action位置

wenweiwei 3 gadi atpakaļ
vecāks
revīzija
64a0018220
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Introduce/Record/INVideoExportController.swift

+ 1 - 1
Introduce/Record/INVideoExportController.swift

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