nayooti 5 年之前
父節點
當前提交
9631daa151
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      deltachat-ios/View/Cell/GalleryCell.swift

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

@@ -47,7 +47,6 @@ class GalleryCell: UICollectionViewCell {
         guard let viewtype = msg.viewtype, let fileUrl = msg.fileURL else {
             return
         }
-
         switch viewtype {
         case .image:
             imageView.image = msg.image