소스 검색

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 4 년 전
부모
커밋
22354bfc6d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {