InviteRecentTableViewCell: Add disclosure indicator to indicate preview action.

This commit is contained in:
SBiOSoftWhare
2020-11-13 17:16:43 +01:00
parent 0379c97033
commit 7582dbed4a
3 changed files with 18 additions and 10 deletions
@@ -63,6 +63,8 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
self.rightButton.backgroundColor = ThemeService.shared.theme.tintColor;
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.noticeColor;
[self vc_setAccessoryDisclosureIndicatorWithCurrentTheme];
}
- (void)prepareForReuse