Quellcode durchsuchen

we can use contentMode .scaleAspectFit for sticker messages, because we never want - in contrast to high resolution image messages - to be parts of the image cut off

cyberta vor 4 Jahren
Ursprung
Commit
22354bfc6d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      deltachat-ios/Chat/Views/Cells/ImageTextCell.swift

+ 1 - 0
deltachat-ios/Chat/Views/Cells/ImageTextCell.swift

@@ -110,6 +110,7 @@ class ImageTextCell: BaseMessageCell {
 
         self.imageHeightConstraint?.isActive = false
         self.imageWidthConstraint?.isActive = false
+        self.contentImageView.contentMode = .scaleAspectFit
 
         // check if sticker has the allowed minimal width
         if width < minImageWidth {