mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Hide keyboard when displaying calls
This commit is contained in:
parent
4f3699e72b
commit
79dc832684
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ struct CallView: View {
|
|||
}
|
||||
}
|
||||
.onAppear {
|
||||
UIApplication.shared.endEditing()
|
||||
fullscreenVideo = false
|
||||
if geo.size.width < 350 || geo.size.height < 350 {
|
||||
buttonSize = 45.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue