mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user