Ver Fonte

Merge branch 'master' into develop

Signed-off-by: Marino Faggiana <ios@nextcloud.com>
Marino Faggiana há 1 ano atrás
pai
commit
48e1f67c64
1 ficheiros alterados com 1 adições e 1 exclusões
  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()
     }