marinofaggiana 4 년 전
부모
커밋
806e770a4d
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      iOSClient/Main/NCCollectionViewCommon.swift

+ 4 - 2
iOSClient/Main/NCCollectionViewCommon.swift

@@ -1311,8 +1311,9 @@ extension NCCollectionViewCommon: UICollectionViewDataSource {
             tableShare = dataSource.metadataShare[metadata.ocId]
         }
         
+        //
         // LAYOUT LIST
-        
+        //
         if layout == k_layout_list {
             
             let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "listCell", for: indexPath) as! NCListCell
@@ -1498,8 +1499,9 @@ extension NCCollectionViewCommon: UICollectionViewDataSource {
             return cell
         }
         
+        //
         // LAYOUT GRID
-        
+        //
         if layout == k_layout_grid {
             
             let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as! NCGridCell