소스 검색

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 년 전
부모
커밋
dd6f2c966e
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift
  2. 1 0
      iOSClient/Select/NCSelect.swift
  3. 1 0
      iOSClient/Trash/NCTrash.swift

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