瀏覽代碼

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 年之前
父節點
當前提交
b5ed7b1279

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

@@ -822,7 +822,6 @@ 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) {

+ 0 - 1
iOSClient/Select/NCSelect.swift

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

+ 0 - 1
iOSClient/Trash/NCTrash.swift

@@ -157,7 +157,6 @@ 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) {