nayooti 5 years ago
parent
commit
9631daa151
1 changed files with 0 additions and 1 deletions
  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