Bug Fix: It's too hard to press names to auto-insert nicks.

Go back to using the avatar (and making sure that avatar long-tap takes you to the member info page)

https://github.com/vector-im/vector-ios/issues/309
This commit is contained in:
giomfo
2016-05-13 09:59:34 +02:00
parent 807bde523e
commit 9ba885ebc7
+1 -1
View File
@@ -1046,7 +1046,7 @@
// Handle here user actions on bubbles for Vector app
if (customizedRoomDataSource)
{
if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellTapOnAvatarView])
if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellLongPressOnAvatarView])
{
selectedRoomMember = [self.roomDataSource.room.state memberWithUserId:userInfo[kMXKRoomBubbleCellUserIdKey]];
if (selectedRoomMember)