the voice message toolbar now appears

This commit is contained in:
Mauro Romito
2022-10-20 19:18:50 +02:00
parent 8b14400b2c
commit d06adfc32f
7 changed files with 79 additions and 62 deletions
@@ -129,10 +129,12 @@ enum ComposerSendMode: Equatable {
enum ComposerViewAction {
case cancel
case contentDidChange(isEmpty: Bool)
}
enum ComposerViewModelResult {
case cancel
case contentDidChange(isEmpty: Bool)
}