nayooti 5 năm trước cách đây
mục cha
commit
523499d287
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {