|
|
|
@ -422,6 +422,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate {
|
|
|
|
messageStatusLabel.text = statusText
|
|
|
|
messageStatusLabel.text = statusText
|
|
|
|
messageStatusLabel.themeTextColor = tintColor
|
|
|
|
messageStatusLabel.themeTextColor = tintColor
|
|
|
|
messageStatusImageView.image = image
|
|
|
|
messageStatusImageView.image = image
|
|
|
|
|
|
|
|
messageStatusImageView.accessibilityIdentifier = "Message sent status: \(statusText)"
|
|
|
|
messageStatusImageView.themeTintColor = tintColor
|
|
|
|
messageStatusImageView.themeTintColor = tintColor
|
|
|
|
messageStatusContainerView.isHidden = (
|
|
|
|
messageStatusContainerView.isHidden = (
|
|
|
|
cellViewModel.variant != .standardOutgoing ||
|
|
|
|
cellViewModel.variant != .standardOutgoing ||
|
|
|
|
|