mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Crypto: Add a padlock over the avatar of encrypted rooms in screens with list of rooms
This commit is contained in:
@@ -128,7 +128,9 @@
|
||||
self.roomAvatar.backgroundColor = [UIColor clearColor];
|
||||
|
||||
self.directRoomIcon.hidden = !roomCellData.roomDataSource.room.isDirect;
|
||||
|
||||
|
||||
self.encryptedRoomIcon.hidden = !roomCellData.roomDataSource.room.state.isEncrypted;
|
||||
|
||||
[roomCellData.roomDataSource.room setRoomAvatarImageIn:self.roomAvatar];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user