marinofaggiana 5 ani în urmă
părinte
comite
9ec3053b26
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageView.swift

+ 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])
     }
 }