Update add participant asset.

This commit is contained in:
SBiOSoftWhare
2020-07-11 00:28:11 +02:00
parent e4d446869a
commit 9b9ddf02b6
6 changed files with 13 additions and 23 deletions
@@ -169,6 +169,8 @@
CGColorRef transparentWhiteColor = [UIColor colorWithWhite:white alpha:0].CGColor;
tableViewMaskLayer.colors = @[(__bridge id) transparentWhiteColor, (__bridge id) transparentWhiteColor, (__bridge id) opaqueWhiteColor];
addParticipantButtonImageView.tintColor = ThemeService.shared.theme.tintColor;
if (self.tableView.dataSource)
{
[self.tableView reloadData];