marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
e5d06a696d
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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