mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Room lists: Do not encryptedRoomIcon in the code
Let it sleep hidden in the xib
This commit is contained in:
@@ -146,7 +146,6 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
|
||||
}
|
||||
|
||||
self.directRoomBorderView.hidden = !roomCellData.roomSummary.room.isDirect;
|
||||
self.encryptedRoomIcon.hidden = YES;
|
||||
|
||||
[roomCellData.roomSummary setRoomAvatarImageIn:self.roomAvatar];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user