Sfoglia il codice sorgente

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

cyberta 4 anni fa
parent
commit
62ac826c4c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      deltachat-ios/Chat/Views/Cells/VideoInviteCell.swift

+ 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)