Render sticker events in the timeline

Fix a regression: the attachments viewer is not opened when user taps on an attachment

#1819
This commit is contained in:
giomfo
2018-04-11 11:33:35 +02:00
parent 92dfe6c7ef
commit 71486a856a
+5
View File
@@ -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])
{