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
@@ -45,6 +45,7 @@ enum MockComposerScreenState: MockScreenState, CaseIterable {
}
switch result {
case .cancel: viewModel.sendMode = .send
default: break
}
}