PollBubbleCell: Fix method override.

This commit is contained in:
SBiOSoftWhare
2022-01-31 10:56:02 +01:00
parent 68c3c6cbaf
commit 19221cdd91
@@ -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
}