Buf Fix - [Direct Message] No little green man in direct chats from member's detail

#781
This commit is contained in:
giomfo
2016-11-25 09:52:50 +01:00
parent d7585d3677
commit 005fe5e43e
3 changed files with 21 additions and 2 deletions
@@ -655,9 +655,12 @@
{
[roomCell render:room];
}
roomCell.directRoomIcon.hidden = NO;
}
else
{
roomCell.directRoomIcon.hidden = YES;
roomCell.avatarImageView.image = [UIImage imageNamed:@"start_chat"];
roomCell.avatarImageView.backgroundColor = [UIColor clearColor];
roomCell.titleLabel.text = NSLocalizedStringFromTable(@"room_participants_action_start_new_chat", @"Vector", nil);