Room lists: Remove shields on room avatars

#4115

but keep it in the room screen
This commit is contained in:
manuroe
2021-03-16 08:59:50 +01:00
parent 7da97ce1c3
commit c7e413dc37
7 changed files with 6 additions and 89 deletions
@@ -66,8 +66,6 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
self.titleLabel.text = room.summary.displayname;
self.directRoomBorderView.hidden = !room.isDirect;
self.encryptedRoomIcon.hidden = !room.summary.isEncrypted;
}
- (void)prepareForReuse
@@ -75,7 +73,6 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
[super prepareForReuse];
self.directRoomBorderView.hidden = YES;
self.encryptedRoomIcon.hidden = YES;
}
+ (CGFloat)cellHeight