marinofaggiana 5 anos atrás
pai
commit
9ec3053b26

+ 1 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImageView.swift

@@ -60,7 +60,7 @@ extension NCViewerImageView: UICollectionViewDelegate {
     }
 
     public func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
-        (cell as? NCViewerImageCollectionViewCell)?.withImageAsset(assets?[indexPath.row])
+        //(cell as? NCViewerImageCollectionViewCell)?.withImageAsset(assets?[indexPath.row])
     }
 }