From 7e3a055764e9b0b83665a4d3bfce6800dab909bd Mon Sep 17 00:00:00 2001 From: giomfo Date: Wed, 11 Apr 2018 11:33:35 +0200 Subject: [PATCH] Render sticker events in the timeline Fix a regression: the attachments viewer is not opened when user taps on an attachment #1819 --- Riot/ViewController/RoomViewController.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Riot/ViewController/RoomViewController.m b/Riot/ViewController/RoomViewController.m index a3852547f..8c1306325 100644 --- a/Riot/ViewController/RoomViewController.m +++ b/Riot/ViewController/RoomViewController.m @@ -1951,6 +1951,11 @@ // Force table refresh [self dataSource:self.roomDataSource didCellChange:nil]; } + else + { + // Keep default implementation + [super dataSource:dataSource didRecognizeAction:actionIdentifier inCell:cell userInfo:userInfo]; + } } else if ([actionIdentifier isEqualToString:kRoomEncryptedDataBubbleCellTapOnEncryptionIcon]) {