marinofaggiana 5 年之前
父节点
当前提交
6d4bd08a84
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      iOSClient/Main/NCMainCommon.swift

+ 1 - 0
iOSClient/Main/NCMainCommon.swift

@@ -1067,6 +1067,7 @@ class NCMainCommon: NSObject, PhotoEditorDelegate, NCAudioRecorderViewController
         photoEditor.continueButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorDone")!, multiplier:2, color: .white)
         
         photoEditor.modalPresentationStyle = .fullScreen
+        
         viewController.present(photoEditor, animated: true, completion: nil)
     }