UX Rework: Replace the direct chat icon with a green ring on the room avatar.

This commit is contained in:
Giom Foret
2017-05-15 19:19:03 +02:00
parent 5eaa1484f5
commit 4fd7bd3f5f
5 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
@property (weak, nonatomic) IBOutlet UIView *missedNotifAndUnreadIndicator;
@property (weak, nonatomic) IBOutlet MXKImageView *roomAvatar;
@property (weak, nonatomic) IBOutlet UIImageView *directRoomIcon;
@property (weak, nonatomic) IBOutlet UIView *directRoomBorderView;
@property (weak, nonatomic) IBOutlet UIImageView *encryptedRoomIcon;
@property (weak, nonatomic) IBOutlet UILabel *missedNotifAndUnreadBadgeLabel;