Skip to content

Commit

Permalink
Add accessibility identifier to text bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
wiruzx committed Apr 28, 2019
1 parent e5ff6f2 commit 689e198
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public final class TextBubbleView: UIView, MaximumLayoutWidthSpecificable, Backg
private lazy var bubbleImageView: UIImageView = {
let imageView = UIImageView()
imageView.addSubview(self.borderImageView)
imageView.accessibilityIdentifier = "chatto.message.text.image.bubble"
return imageView
}()

Expand Down

0 comments on commit 689e198

Please sign in to comment.