TiSMSView
TiSMSView copied to clipboard
Race problem with sendMessage - receiveMessage
If I do a .receiveMessage()
right after an .sendMessage()
, the scrolling is set on the .sendMessage()
and not on the last item .receiveMessage()
, like it should, so the last .receiveMessage()
is not shown, and I have to scroll to see it.
I will test it over the weekend and do the best I can to fix it. For future bugs like this one, please provide a sample code so that I can just copy, paste, and run. Thanks.
Not sure how to fix it. For now, set the animation to false until all the messages are shown, then set the animation back to true.
I will look into it.