marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
eaa31800d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      iOSClient/Main/Menu/NCViewer+Menu.swift

+ 1 - 1
iOSClient/Main/Menu/NCViewer+Menu.swift

@@ -180,7 +180,7 @@ extension NCViewer {
                     viewController.isOverwriteHide = false
                     
                     navigationController.modalPresentationStyle = UIModalPresentationStyle.fullScreen
-                    viewController.present(navigationController, animated: true, completion: nil)
+                    self.appDelegate.window?.rootViewController?.present(navigationController, animated: true, completion: nil)
                 }
             )
         )