Skip to content

Commit

Permalink
Merge pull request badoo#575 from badoo/add-accessibility-identifiers
Browse files Browse the repository at this point in the history
Add accessibility identifier to text bubble
  • Loading branch information
wiruzx authored May 5, 2019
2 parents e5ff6f2 + 689e198 commit a7e296f
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 a7e296f

Please sign in to comment.