marinofaggiana 4 سال پیش
والد
کامیت
3269badbbf
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

+ 4 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

@@ -755,7 +755,10 @@ class NCCreateScanDocument : NSObject, VNDocumentCameraViewControllerDelegate {
             NCUtilityFileSystem.shared.deleteFile(filePath: fileNamePath)
             do {
                 try image.pngData()?.write(to: NSURL.fileURL(withPath: fileNamePath))
-            } catch { }
+                
+            } catch {
+                
+            }
         }
         
         controller.dismiss(animated: true) {