fix for iOS 15 fullscreen mode not working

This commit is contained in:
Mauro Romito
2022-11-30 13:27:07 +01:00
parent ae44e3ae24
commit 4584d93312
3 changed files with 13 additions and 4 deletions
@@ -143,9 +143,7 @@ struct Composer: View {
.animation(.easeInOut(duration: resizeAnimationDuration), value: wysiwygViewModel.idealHeight)
.padding(.top, 8)
.onTapGesture {
if viewModel.focused {
viewModel.focused = true
}
viewModel.focused = true
}
}