From 0c501eb93f7d71b4e25a5c875e64f48d1b42bdaa Mon Sep 17 00:00:00 2001 From: giomfo Date: Tue, 1 Dec 2015 18:43:46 +0100 Subject: [PATCH] Room Members: use rounded picture instead of rounded corner picture --- Vector/ViewController/RoomParticipantsViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vector/ViewController/RoomParticipantsViewController.m b/Vector/ViewController/RoomParticipantsViewController.m index 522455a2c..b5a780820 100644 --- a/Vector/ViewController/RoomParticipantsViewController.m +++ b/Vector/ViewController/RoomParticipantsViewController.m @@ -516,7 +516,7 @@ if (!filteredParticipantCell) { filteredParticipantCell = [[MXKContactTableCell alloc] init]; - filteredParticipantCell.thumbnailDisplayBoxType = MXKContactTableCellThumbnailDisplayBoxTypeRoundedCorner; + filteredParticipantCell.thumbnailDisplayBoxType = MXKContactTableCellThumbnailDisplayBoxTypeCircle; filteredParticipantCell.hideMatrixPresence = YES; } @@ -541,7 +541,7 @@ if (!participantCell) { participantCell = [[MXKContactTableCell alloc] init]; - participantCell.thumbnailDisplayBoxType = MXKContactTableCellThumbnailDisplayBoxTypeRoundedCorner; + participantCell.thumbnailDisplayBoxType = MXKContactTableCellThumbnailDisplayBoxTypeCircle; participantCell.hideMatrixPresence = YES; }