full screen improvements

This commit is contained in:
Mauro Romito
2022-11-08 16:50:44 +01:00
parent 3cd2cb72ba
commit e85f31fb57
5 changed files with 62 additions and 12 deletions
@@ -25,4 +25,5 @@ protocol ComposerViewModelProtocol {
var placeholder: String? { get set }
func dismissKeyboard()
func showKeyboard()
}