mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fix AS layout not updating when joining a conf with more than 2 participants already
This commit is contained in:
parent
d96228ef44
commit
2582bbf782
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