Signed-off-by: marinofaggiana <ios@nextcloud.com>
@@ -376,6 +376,8 @@ class NCDataSource: NSObject {
}
+// MARK: -
+
class NCMetadataForSection: NSObject {
var sectionValue: String
@@ -823,6 +823,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
layoutForView?.layout = NCGlobal.shared.layoutGrid
NCUtility.shared.setLayoutForView(key: layoutKey, serverUrl: serverUrl, layout: layoutForView?.layout)
reloadDataSource()
@@ -299,7 +299,7 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, UIAdaptivePresent
- self.reloadDataSource()
+ reloadDataSource()
func tapButtonOrder(_ sender: Any) {
@@ -157,6 +157,8 @@ class NCTrash: UIViewController, NCSelectableNavigationView, NCTrashListCellDele
NCUtility.shared.setLayoutForView(key: NCGlobal.shared.layoutViewTrash, serverUrl: "", layout: layoutForView?.layout)