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
+3 -1
View File
@@ -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