forked from mirrors/linphone-iphone
Disable AudioOnly layout chooser for now
This commit is contained in:
parent
8f0bc8e3ea
commit
cc472ef0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class ConferenceLayoutPickerView: UIStackView {
|
|||
ConferenceWaitingRoomViewModel.sharedModel.joinLayout.readCurrentAndObserve { layout in
|
||||
grid.isSelected = layout == .Grid
|
||||
activeSpeaker.isSelected = layout == .ActiveSpeaker
|
||||
audioOnly.isSelected = layout == .Grid
|
||||
audioOnly.isSelected = false // Todo when doing auioonly layout == .Grid
|
||||
}
|
||||
|
||||
let padding2 = UIView()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue