keyboard dismissal issue fixed

This commit is contained in:
Mauro Romito
2022-11-10 13:46:41 +01:00
parent 15dd337fd8
commit 0f654bec06
4 changed files with 38 additions and 9 deletions
@@ -63,6 +63,10 @@ final class ComposerViewModel: ComposerViewModelType, ComposerViewModelProtocol
}
}
var isFocused: Bool {
state.bindings.focused
}
// MARK: - Public
override func process(viewAction: ComposerViewAction) {