mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Crypto: Add a padlock over the avatar of encrypted rooms in screens with list of rooms
This commit is contained in:
@@ -704,6 +704,7 @@
|
||||
[roomCell render:room];
|
||||
}
|
||||
roomCell.directRoomIcon.hidden = NO;
|
||||
roomCell.encryptedRoomIcon.hidden = !room.state.isEncrypted;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user