We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05abfa9 commit 8addc2cCopy full SHA for 8addc2c
Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageContainerView.swift
@@ -106,7 +106,8 @@ public struct MessageContainerView<Factory: ViewFactory>: View {
106
)
107
: nil
108
109
- (message.localState == .sendingFailed || message.isBounced) ? SendFailureIndicator() : nil
+ ((message.localState == .sendingFailed || message.isBounced) && !message.text.isEmpty) ?
110
+ SendFailureIndicator() : nil
111
}
112
113
.background(
0 commit comments