mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
Fix AS layout not updating when joining a conf with more than 2 participants already
This commit is contained in:
parent
b4103d2f4f
commit
298778e20d
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class VoipConferenceActiveSpeakerView: UIView, UICollectionViewDataSource, UICol
|
|||
self.activeSpeakerVideoViewAlone.isHidden = true
|
||||
self.meGrid.isHidden = false
|
||||
self.grid.isHidden = false
|
||||
self.layoutRotatableElements()
|
||||
}
|
||||
}
|
||||
model.isConferenceLocallyPaused.readCurrentAndObserve { (paused) in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue