Quellcode durchsuchen

Merge branch 'master' into develop

Signed-off-by: Marino Faggiana <ios@nextcloud.com>
Marino Faggiana vor 1 Jahr
Ursprung
Commit
48e1f67c64
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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()
     }