Explorar o código

Show PhotoEditor in full screen

Signed-off-by: onehappycat <onehappycat@gmx.com>
onehappycat %!s(int64=5) %!d(string=hai) anos
pai
achega
2b1dbb03d9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/Main/NCMainCommon.swift

+ 1 - 0
iOSClient/Main/NCMainCommon.swift

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