Marino Faggiana 7 سال پیش
والد
کامیت
7f89739eb2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      iOSClient/Create/CCCreateCloud.swift

+ 2 - 2
iOSClient/Create/CCCreateCloud.swift

@@ -395,9 +395,9 @@ class CreateFormUploadAssets: XLFormViewController, CCMoveDelegate {
     
     override func viewWillDisappear(_ animated: Bool)
     {
-        self.delegate?.dismissFormUploadAssets()
-        
         super.viewWillDisappear(animated)
+
+        self.delegate?.dismissFormUploadAssets()        
     }
 
     func reloadForm() {