Преглед на файлове

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana преди 2 години
родител
ревизия
11ea1572b8
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

+ 3 - 0
iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

@@ -822,6 +822,9 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
             layoutForView?.layout = NCGlobal.shared.layoutGrid
             NCUtility.shared.setLayoutForView(key: layoutKey, serverUrl: serverUrl, layout: layoutForView?.layout)
         }
+        if !isSearching {
+            reloadDataSource()
+        }
     }
 
     func tapButtonOrder(_ sender: Any) {