Chat Screen: Support tap on bubble cell content view

This commit is contained in:
giomfo
2015-12-17 21:44:27 +01:00
parent 36928d5932
commit 5a144eac55
13 changed files with 1 additions and 181 deletions
+1 -1
View File
@@ -375,7 +375,7 @@
// Handle here user actions on bubbles for Vector app
if (customizedRoomDataSource)
{
if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellTapOnMessageTextView])
if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellTapOnMessageTextView] || [actionIdentifier isEqualToString:kMXKRoomBubbleCellTapOnContentView])
{
// Retrieve the tapped event
MXEvent *tappedEvent = userInfo[kMXKRoomBubbleCellEventKey];