mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-09-03 08:33:46 +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 {
|
if !viewModel.newMessageText.isEmpty {
|
||||||
Button {
|
Button {
|
||||||
Task {
|
Task {
|
||||||
|
guard !viewModel.isSendingMessage else { return }
|
||||||
await viewModel.postMessage()
|
await viewModel.postMessage()
|
||||||
}
|
}
|
||||||
} label: {
|
} label: {
|
||||||
|
|
Loading…
Reference in a new issue