Browse Source

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
4d0ab12c96

+ 2 - 1
iOSClient/Favorites/NCFavorite.swift

@@ -63,7 +63,8 @@ class NCFavorite: NCCollectionViewCommon {
                                        favoriteOnTop: true,
                                        filterLivePhoto: true,
                                        groupByField: self.groupByField,
-                                       providers: self.providers)
+                                       providers: self.providers,
+                                       searchResults: self.searchResults)
 
         DispatchQueue.main.async {
             self.refreshControl.endRefreshing()

+ 2 - 1
iOSClient/FileViewInFolder/NCFileViewInFolder.swift

@@ -99,7 +99,8 @@ class NCFileViewInFolder: NCCollectionViewCommon {
                                            favoriteOnTop: true,
                                            filterLivePhoto: true,
                                            groupByField: self.groupByField,
-                                           providers: self.providers)
+                                           providers: self.providers,
+                                           searchResults: self.searchResults)
 
             DispatchQueue.main.async {
 

+ 2 - 1
iOSClient/Files/NCFiles.swift

@@ -89,7 +89,8 @@ class NCFiles: NCCollectionViewCommon {
             favoriteOnTop: true,
             filterLivePhoto: true,
             groupByField: self.groupByField,
-            providers: self.providers)
+            providers: self.providers,
+            searchResults: self.searchResults)
 
         DispatchQueue.main.async {
             self.refreshControl.endRefreshing()

+ 2 - 1
iOSClient/Offline/NCOffline.swift

@@ -77,7 +77,8 @@ class NCOffline: NCCollectionViewCommon {
             favoriteOnTop: true,
             filterLivePhoto: true,
             groupByField: self.groupByField,
-            providers: self.providers)
+            providers: self.providers,
+            searchResults: self.searchResults)
 
         DispatchQueue.main.async {
             self.refreshControl.endRefreshing()

+ 2 - 1
iOSClient/Recent/NCRecent.swift

@@ -55,7 +55,8 @@ class NCRecent: NCCollectionViewCommon {
                                            directoryOnTop: false,
                                            favoriteOnTop: false,
                                            groupByField: self.groupByField,
-                                           providers: self.providers)
+                                           providers: self.providers,
+                                           searchResults: self.searchResults)
 
             DispatchQueue.main.async {
                 self.refreshControl.endRefreshing()

+ 2 - 1
iOSClient/Shares/NCShares.swift

@@ -66,7 +66,8 @@ class NCShares: NCCollectionViewCommon {
                                            favoriteOnTop: true,
                                            filterLivePhoto: true,
                                            groupByField: self.groupByField,
-                                           providers: self.providers)
+                                           providers: self.providers,
+                                           searchResults: self.searchResults)
 
             DispatchQueue.main.async {
                 self.refreshControl.endRefreshing()