BugFix - Messages: missed notifs and unread msgs in the room list

https://github.com/vector-im/vector-ios/issues/290
This commit is contained in:
giomfo
2016-05-18 11:23:50 +02:00
parent e2aad60d72
commit dba7e0099f
9 changed files with 93 additions and 37 deletions
+5 -1
View File
@@ -21,7 +21,11 @@
*/
@interface RecentTableViewCell : MXKRecentTableViewCell
@property (weak, nonatomic) IBOutlet UIView *bingIndicator;
@property (weak, nonatomic) IBOutlet UIView *missedNotifAndUnreadIndicator;
@property (weak, nonatomic) IBOutlet MXKImageView *roomAvatar;
@property (weak, nonatomic) IBOutlet UILabel *missedNotifAndUnreadBadgeLabel;
@property (weak, nonatomic) IBOutlet UIView *missedNotifAndUnreadBadgeBgView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *missedNotifAndUnreadBadgeBgViewWidthConstraint;
@end