diff --git a/NextcloudTalk/CallParticipantViewCell.m b/NextcloudTalk/CallParticipantViewCell.m index e4a3ce68..9c22f07c 100644 --- a/NextcloudTalk/CallParticipantViewCell.m +++ b/NextcloudTalk/CallParticipantViewCell.m @@ -49,6 +49,12 @@ NSString *const kCallParticipantCellNibName = @"CallParticipantViewCell"; [super awakeFromNib]; self.audioOffIndicator.hidden = YES; self.screensharingIndicator.hidden = YES; + + self.audioOffIndicator.layer.cornerRadius = 4; + self.audioOffIndicator.clipsToBounds = YES; + self.screensharingIndicator.layer.cornerRadius = 4; + self.screensharingIndicator.clipsToBounds = YES; + self.peerAvatarImageView.hidden = YES; self.peerAvatarImageView.layer.cornerRadius = 50; self.peerAvatarImageView.layer.masksToBounds = YES; diff --git a/NextcloudTalk/CallParticipantViewCell.xib b/NextcloudTalk/CallParticipantViewCell.xib index 84c40c68..3d14181b 100644 --- a/NextcloudTalk/CallParticipantViewCell.xib +++ b/NextcloudTalk/CallParticipantViewCell.xib @@ -30,6 +30,8 @@ + + @@ -38,6 +40,7 @@