forked from mirrors/linphone-iphone
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