mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
RoomTableViewCell: Replace the direct chat icon with a green ring
This commit is contained in:
@@ -712,13 +712,9 @@
|
||||
{
|
||||
[roomCell render:room];
|
||||
}
|
||||
roomCell.directRoomIcon.hidden = NO;
|
||||
roomCell.encryptedRoomIcon.hidden = !room.state.isEncrypted;
|
||||
}
|
||||
else
|
||||
{
|
||||
roomCell.directRoomIcon.hidden = YES;
|
||||
|
||||
roomCell.avatarImageView.image = [UIImage imageNamed:@"start_chat"];
|
||||
roomCell.avatarImageView.backgroundColor = [UIColor clearColor];
|
||||
roomCell.avatarImageView.userInteractionEnabled = NO;
|
||||
|
||||
Reference in New Issue
Block a user