Merge pull request #5461 from vector-im/steve/5209_media_bubbles_2

Message bubbles: Layout for media (part 2)
This commit is contained in:
SBiOSoftWhare
2022-02-01 17:52:19 +01:00
committed by GitHub
58 changed files with 1377 additions and 138 deletions
@@ -49,7 +49,7 @@ class PollBubbleCell: SizableBaseBubbleCell, BubbleCellReactionsDisplayable {
}
// The normal flow for tapping on cell content views doesn't work for bubbles without attributed strings
func onContentViewTap(_ sender: UITapGestureRecognizer) {
override func onContentViewTap(_ sender: UITapGestureRecognizer) {
guard let event = self.event else {
return
}