Skip to content

Commit e2638c4

Browse files
Fixed issue with hiding composer when reply tapped
1 parent de029e1 commit e2638c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public struct ChatChannelView<Factory: ViewFactory>: View, KeyboardReadable {
111111
messageDisplayInfo = nil
112112
}, onActionExecuted: { actionInfo in
113113
viewModel.messageActionExecuted(actionInfo)
114+
messageDisplayInfo = nil
114115
}
115116
)
116117
.transition(.identity)

0 commit comments

Comments
 (0)