Crypto: Add a padlock over the avatar of encrypted rooms in screens with list of rooms

This commit is contained in:
manuroe
2016-12-16 18:15:15 +01:00
parent 5ceef8cc6a
commit 34dd9e59c7
7 changed files with 82 additions and 30 deletions
@@ -704,6 +704,7 @@
[roomCell render:room];
}
roomCell.directRoomIcon.hidden = NO;
roomCell.encryptedRoomIcon.hidden = !room.state.isEncrypted;
}
else
{