8000 Fix MessageDisplayInfo properties being overwritten (#737) · GetStream/stream-chat-swiftui@f172363 · GitHub
[go: up one dir, main page]

Skip to content

Commit f172363

Browse files
authored
Fix MessageDisplayInfo properties being overwritten (#737)
1 parent 3912314 commit f172363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ public struct MessageListView<Factory: ViewFactory>: View, KeyboardReadable {
369369
frame: updatedFrame,
370370
contentWidth: messageDisplayInfo.contentWidth,
371371
isFirst: messageDisplayInfo.isFirst,
372+
showsMessageActions: messageDisplayInfo.showsMessageActions,
373+
showsBottomContainer: messageDisplayInfo.showsBottomContainer,
372374
keyboardWasShown: true
373375
)
374376

0 commit comments

Comments
 (0)
0