瀏覽代碼

Merge branch 'master' into develop

Signed-off-by: Marino Faggiana <ios@nextcloud.com>
Marino Faggiana 1 年之前
父節點
當前提交
48e1f67c64
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
     }