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
When creating a new chat, sending a message, and then deleting it, the message briefly blinks but does not disappear from the UI. This seems to be caused by the observe closure, where liveCollection initially returns all deleted messages but then returns undeleted message.
When creating a new chat, sending a message, and then deleting it, the message briefly blinks but does not disappear from the UI. This seems to be caused by the observe closure, where liveCollection initially returns all deleted messages but then returns undeleted message.
Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2025-03-27.at.17.18.58.mp4
To make this issue easier to catch, I set the debouncer delay to zero, so the UI updates instantly with every change.
Steps to Reproduce
Expected Behavior
The deleted message should disappear smoothly without blinking.