mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix user interaction on send via chat switch on conference scheduling
This commit is contained in:
parent
6365c66d55
commit
82289f4523
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ import IQKeyboardManager
|
|||
let viaChatLabel = StyledLabel(VoipTheme.conference_scheduling_font, VoipTexts.conference_schedule_send_invite_chat)
|
||||
viaChatView.addSubview(viaChatLabel)
|
||||
viaChatLabel.toRightOf(viaChatSwitch,withLeftMargin: form_margin).alignHorizontalCenterWith(viaChatSwitch).done()
|
||||
|
||||
viaChatView.wrapContentY().done()
|
||||
|
||||
/* Hidden as in Android 9.6.2022
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue