From 7d8b511d3e856e6c5f6e6fbe5a49082b2729fffb Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Thu, 8 Sep 2022 13:15:33 +0200 Subject: [PATCH] Wrap display name of participants in conference grid mode --- .../Views/Fragments/Conference/VoipGridParticipantCell.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/Swift/Voip/Views/Fragments/Conference/VoipGridParticipantCell.swift b/Classes/Swift/Voip/Views/Fragments/Conference/VoipGridParticipantCell.swift index d555843c7..d6e71a8b8 100644 --- a/Classes/Swift/Voip/Views/Fragments/Conference/VoipGridParticipantCell.swift +++ b/Classes/Swift/Voip/Views/Fragments/Conference/VoipGridParticipantCell.swift @@ -152,8 +152,8 @@ class VoipGridParticipantCell: UICollectionViewCell { } contentView.addSubview(displayName) - displayName.alignParentLeft(withMargin:ActiveCallView.bottom_displayname_margin_left).alignParentBottom(withMargin:ActiveCallView.bottom_displayname_margin_bottom).done() - + displayName.alignParentLeft(withMargin:ActiveCallView.bottom_displayname_margin_left).alignParentBottom(withMargin:ActiveCallView.bottom_displayname_margin_bottom).alignParentRight().done() + contentView.addSubview(pauseLabel) pauseLabel.toRightOf(displayName,withLeftMargin: pause_label_left_margin).alignParentBottom(withMargin:ActiveCallView.bottom_displayname_margin_bottom).done()