marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
e6e0d49db9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      iOSClient/Viewer/NCViewerProviderContextMenu.swift

+ 1 - 1
iOSClient/Viewer/NCViewerProviderContextMenu.swift

@@ -268,7 +268,7 @@ class NCViewerProviderContextMenu: UIViewController  {
             return frame
         }
         
-        if size.width <= UIScreen.main.bounds.width { 
+        if size.width < width {
             frame = CGRect(x: 0, y: 0, width: size.width, height: size.height)
             preferredContentSize = frame.size
             return frame