mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix fullcreen mode in one to one calls
This commit is contained in:
parent
06557fa3a3
commit
8d425c40e6
1 changed files with 3 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ struct CallView: View {
|
|||
}
|
||||
.onAppear {
|
||||
callViewModel.enableAVAudioSession()
|
||||
fullscreenVideo = false
|
||||
if geo.size.width < 350 || geo.size.height < 350 {
|
||||
buttonSize = 45.0
|
||||
}
|
||||
|
|
@ -530,6 +531,8 @@ struct CallView: View {
|
|||
callViewModel.videoDisplayed = true
|
||||
}
|
||||
}
|
||||
|
||||
fullscreenVideo = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue