Room lists: Do not encryptedRoomIcon in the code

Let it sleep hidden in the xib
This commit is contained in:
manuroe
2021-03-19 09:19:02 +01:00
parent c7e413dc37
commit b309c2fe96
2 changed files with 0 additions and 3 deletions
@@ -141,8 +141,6 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
self.directRoomBorderView.hidden = !roomCellData.roomSummary.room.isDirect;
self.encryptedRoomIcon.hidden = YES;
[roomCellData.roomSummary setRoomAvatarImageIn:self.roomAvatar];
}
else