Room Members: use rounded picture instead of rounded corner picture

This commit is contained in:
giomfo
2015-12-01 18:43:46 +01:00
parent c6e7643983
commit 0c501eb93f
@@ -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;
}