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]) {