the voice message toolbar now appears

This commit is contained in:
Mauro Romito
2022-10-20 19:18:50 +02:00
parent 39444b0291
commit 0f20383559
7 changed files with 79 additions and 62 deletions
@@ -60,6 +60,8 @@ final class ComposerViewModel: ComposerViewModelType, ComposerViewModelProtocol
switch viewAction {
case .cancel:
callback?(.cancel)
case let .contentDidChange(isEmpty):
callback?(.contentDidChange(isEmpty: isEmpty))
}
}
}