Adding in accessibility id for the new read/sent/sending status

pull/797/head
Emily 3 years ago
parent 304ac6a967
commit b22e303d40

@ -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 ||

Loading…
Cancel
Save