Эх сурвалжийг харах

don't tint the bottom line text for video chat invite messages

cyberta 4 жил өмнө
parent
commit
62ac826c4c

+ 1 - 1
deltachat-ios/Chat/Views/Cells/VideoInviteCell.swift

@@ -120,7 +120,7 @@ public class VideoInviteCell: UITableViewCell {
             avatarView.setImage(profileImage)
         }
 
-        bottomLabel.attributedText = MessageUtils.getFormattedBottomLine(message: msg, tintColor: DcColors.checkmarkGreen)
+        bottomLabel.attributedText = MessageUtils.getFormattedBottomLine(message: msg, tintColor: nil)
         
         var corners: UIRectCorner = []
         corners.formUnion(.topLeft)