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
Following the issue of unreliable reactions on pinned messages, I noticed a weird behavior.
Adding or removing a reaction will result in the insert/removal transition of the whole message view, which shouldn't be the desired behavior. The nice thing would be to just animate the insertion/removal of the reactions view.
I know it's possible to turn off the animation for reactions via messageDisplayOptions.shouldAnimateReactions or disable the message view transition, but that just hides the issue.
The animation should be visible on the recording created in the example app. It affects any message that you react to.
Thanks, we will look into this. In general, there's no support for transition per message, but just one for all messages. So in this case, probably we need to turn it off for reaction updates.
Following the issue of unreliable reactions on pinned messages, I noticed a weird behavior.
Adding or removing a reaction will result in the insert/removal transition of the whole message view, which shouldn't be the desired behavior. The nice thing would be to just animate the insertion/removal of the reactions view.
I know it's possible to turn off the animation for reactions via
messageDisplayOptions.shouldAnimateReactions
or disable the message view transition, but that just hides the issue.The animation should be visible on the recording created in the example app. It affects any message that you react to.
GetStream Environment
GetStream Chat version: 4.35.1
GetStream Chat frameworks: StreamChat, StreamChatUI 4.35.1/main
iOS version: 15 – 16.5
Swift version: 5
Xcode version: 14.3.1
Device: doesn't matter
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-08-13.at.15.03.25.mp4
The text was updated successfully, but these errors were encountered: