Explorar o código

also increase size of play button in media message including text

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
db0b096c52

+ 1 - 1
deltachat-ios/MessageKit/Views/Cells/TextMediaMessageCell.swift

@@ -81,7 +81,7 @@ open class TextMediaMessageCell: MessageContentCell {
 
         switch messageKind {
         case .videoText:
-            playButtonView.constraint(equalTo: CGSize(width: 35, height: 35))
+            playButtonView.constraint(equalTo: CGSize(width: 50, height: 50))
             let playButtonViewConstraints = [ playButtonView.constraintCenterXTo(imageView),
                                               playButtonView.constraintCenterYTo(imageView)]
             messageContainerView.addConstraints(playButtonViewConstraints)