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
A solution to help reduce this jitter would be to hide the chat tableview entirely while chats are loading, and start a loading spinner. Also, setup a 1 second (or something) timer. In the method where a new chat comes in, restart that timer, so that once there's no new data, the timers action method will fire, which hides the loader and shows the chats perfectly loaded without animation.
The text was updated successfully, but these errors were encountered:
Version:
Steps to Reproduce:
A solution to help reduce this jitter would be to hide the chat tableview entirely while chats are loading, and start a loading spinner. Also, setup a 1 second (or something) timer. In the method where a new chat comes in, restart that timer, so that once there's no new data, the timers action method will fire, which hides the loader and shows the chats perfectly loaded without animation.
The text was updated successfully, but these errors were encountered: