Chat
Chat copied to clipboard
InputViewModel reset() doesn't always clear the TextInputView
Users report that sometimes after they send a message their draft hangs around in the box anyway.
I have confirmed by adding debug logs that reset() is called and self is not nil but the update is not propagating into the TextField properly via the binding reliably.
One of my user is also facing this. Im not able to reproduce on my device as of now.
I've seen this sporadically as well, hard to reproduce.