mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-16 17:55:13 +00:00
Fix #1545
This commit is contained in:
parent
7388cc4a86
commit
379d2f36fb
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ public struct ConversationDetailView: View {
|
|||
if !viewModel.newMessageText.isEmpty {
|
||||
Button {
|
||||
Task {
|
||||
guard !viewModel.isSendingMessage else { return }
|
||||
await viewModel.postMessage()
|
||||
}
|
||||
} label: {
|
||||
|
|
Loading…
Reference in a new issue