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.continueButtonImage = CCGraphics.changeThemingColorImage(UIImage(named: "photoEditorDone")!, multiplier:2, color: .white)
         
         
         photoEditor.modalPresentationStyle = .fullScreen
         photoEditor.modalPresentationStyle = .fullScreen
+        
         viewController.present(photoEditor, animated: true, completion: nil)
         viewController.present(photoEditor, animated: true, completion: nil)
     }
     }