nikhil-31/HackerNewsFirebaseApp

Article list view has janking on first time login

Closed this issue · 2 comments

When a user logs-in for the first time, there's quite a bit of jank while scrolling the list view. This might be due to the fact the article data is getting fetched simultaneously. Try and optimise the recycler view refresh while the data is being fetched.

Hi,

This has been fixed with the latest release the realm db insert now happens async. So UI should be jank free.
Will Close this issue now.