Explorar el Código

Merge branch 'master' into develop

Signed-off-by: Marino Faggiana <ios@nextcloud.com>
Marino Faggiana hace 1 año
padre
commit
48e1f67c64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Share/NCSharePaging.swift

+ 1 - 1
iOSClient/Share/NCSharePaging.swift

@@ -95,7 +95,7 @@ class NCSharePaging: UIViewController {
         } else {
             pagingViewController.select(index: 0)
         }
-
+       
         (pagingViewController.view as? NCSharePagingView)?.setupConstraints()
         pagingViewController.reloadMenu()
     }