nayooti 5 년 전
부모
커밋
523499d287
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/View/Cell/GalleryCell.swift

+ 1 - 1
deltachat-ios/View/Cell/GalleryCell.swift

@@ -55,8 +55,8 @@ class GalleryCell: UICollectionViewCell {
         item.onImageLoaded = { [weak self] image in
             self?.imageView.image = image
         }
-        imageView.image = item.thumbnailImage
         playButtonView.isHidden = !item.showPlayButton
+        imageView.image = item.thumbnailImage
     }
 
     override var isSelected: Bool {