diff --git a/Riot/Modules/Room/Views/BubbleCells/Poll/PollBubbleCell.swift b/Riot/Modules/Room/Views/BubbleCells/Poll/PollBubbleCell.swift index 2165549d8..d1ba77141 100644 --- a/Riot/Modules/Room/Views/BubbleCells/Poll/PollBubbleCell.swift +++ b/Riot/Modules/Room/Views/BubbleCells/Poll/PollBubbleCell.swift @@ -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 }