Răsfoiți Sursa

fix distorted images in quotes

cyberta 4 ani în urmă
părinte
comite
c670095062
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      deltachat-ios/Chat/Views/QuoteView.swift

+ 2 - 0
deltachat-ios/Chat/Views/QuoteView.swift

@@ -30,6 +30,8 @@ public class QuoteView: UIView {
     public lazy var imagePreview: UIImageView = {
         let view = UIImageView()
         view.translatesAutoresizingMaskIntoConstraints = false
+        view.contentMode = .scaleAspectFill
+        view.clipsToBounds = true
         return view
     }()