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
This issue was resolved with the following fix, but sorry since I have not yet confirmed whether this fix causes any other issues, so I providing the diff for reference.
- if uiView.markedTextRange == nil {+ if uiView.markedTextRange == nil || text.isEmpty {
What did you do?
I attempted to send a message while Japanese conversion candidates were still being displayed.
What did you expect to happen?
I expected the message input field to be cleared after sending the message, even if Japanese conversion candidates were displayed.
What happened instead?
The message input field was not cleared after sending the message.
GetStream Environment
GetStream Chat version:: 4.56.1
GetStream Chat frameworks: StreamChatSwiftUI
iOS version: 17.4
Swift version: 5.9
Xcode version: 15.3
Device: iOS Simulator iPhone 15 Pro
Additional context
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-05-29.at.06.52.29.mp4
The text was updated successfully, but these errors were encountered: