Update add participant asset.

This commit is contained in:
SBiOSoftWhare
2020-07-11 00:28:11 +02:00
parent d62e9aa135
commit 9fcd2c92f5
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];