You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-ui-components/src/main/kotlin/io/getstream/chat/android/ui/feature/messages/composer/MessageComposerView.kt
Copy file name to clipboardExpand all lines: stream-chat-android-ui-components/src/main/kotlin/io/getstream/chat/android/ui/feature/messages/composer/content/DefaultMessageComposerLeadingContent.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ public open class DefaultMessageComposerLeadingContent : FrameLayout, MessageCom
130
130
val hasAttachments = state.attachments.isNotEmpty()
131
131
val hasCommandInput = state.inputValue.startsWith("/")
132
132
val hasCommandSuggestions = state.commandSuggestions.isNotEmpty()
133
-
val hasMentionSuggestions = state.mentionSuggestions.isNotEmpty()
133
+
val hasMentionSuggestions = state.suggestedMentions.isNotEmpty()
134
134
val isInEditMode = state.action isEdit
135
135
val hasCommands = state.hasCommands
136
136
val noRecording = state.recording isRecordingState.Idle
0 commit comments