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-compose/src/main/java/io/getstream/chat/android/compose/ui/messages/composer/MessageComposer.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -312,10 +312,10 @@ public fun MessageComposer(
312
312
state = messageComposerState,
313
313
),
314
314
)
315
-
}
316
315
317
-
if (snackbarHostState.currentSnackbarData !=null) {
318
-
SnackbarPopup(hostState = snackbarHostState)
316
+
if (snackbarHostState.currentSnackbarData !=null) {
0 commit comments