Procházet zdrojové kódy

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana před 2 roky
rodič
revize
dd6f2c966e

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

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

+ 1 - 0
iOSClient/Select/NCSelect.swift

@@ -296,6 +296,7 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, UIAdaptivePresent
             })
             layoutForView?.layout = NCGlobal.shared.layoutGrid
         }
+        reloadDataSource()
     }
 
     func tapButtonOrder(_ sender: Any) {

+ 1 - 0
iOSClient/Trash/NCTrash.swift

@@ -157,6 +157,7 @@ class NCTrash: UIViewController, NCSelectableNavigationView, NCTrashListCellDele
             layoutForView?.layout = NCGlobal.shared.layoutGrid
             NCUtility.shared.setLayoutForView(key: NCGlobal.shared.layoutViewTrash, serverUrl: "", layout: layoutForView?.layout)
         }
+        reloadDataSource()
     }
 
     func tapButtonOrder(_ sender: Any) {