mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Messages: Add pink red badge on each invitation
https://github.com/vector-im/vector-ios/issues/426
This commit is contained in:
@@ -52,6 +52,9 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
|
||||
[self.rightButton setTitle:NSLocalizedStringFromTable(@"decline", @"Vector", nil) forState:UIControlStateHighlighted];
|
||||
[self.rightButton addTarget:self action:@selector(onDeclinePressed:) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
self.noticeBadgeView.backgroundColor = kVectorColorPinkRed;
|
||||
[self.noticeBadgeView.layer setCornerRadius:10];
|
||||
|
||||
self.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user