Преглед изворни кода

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) {