marinofaggiana 4 years ago
parent
commit
e5d06a696d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      iOSClient/Main/Collection/NCCollectionViewCommon.swift

+ 0 - 4
iOSClient/Main/Collection/NCCollectionViewCommon.swift

@@ -761,10 +761,6 @@ extension NCCollectionViewCommon: UICollectionViewDataSource {
             return collectionView.dequeueReusableCell(withReuseIdentifier: "listCell", for: indexPath) as! NCListCell
         }
         
-        if metadata.fileNameView.uppercased() == k_fileNameRichWorkspace.uppercased() && richWorkspaceText?.count == 0 {
-            
-        }
-        
         if layout == k_layout_grid {
             
             cell = collectionView.dequeueReusableCell(withReuseIdentifier: "gridCell", for: indexPath) as! NCGridCell