mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Room Members: use rounded picture instead of rounded corner picture
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user