Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed-Lag-In-SongsOverviewScreen #543

Merged

Conversation

rahul31124
Copy link
Contributor

This PR resolves the lag and freezing issues in SongsOverviewScreen by implementing Lazycolumn and coroutines, heavy operations are moved off the main thread, resulting in improved performance and reduced UI freezing and lag

Before

Lag_Issue_Before.mp4

After

Lag_Issue_After.mp4

@rahul31124
Copy link
Contributor Author

Hi @07jasjeet,with these changes now there is no lag let me know if any additional changes are required.

@07jasjeet 07jasjeet self-requested a review February 1, 2025 07:20
Copy link
Collaborator

@07jasjeet 07jasjeet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rahul31124, thanks for the contribution. I have made some fixes to your changes and added empty state. Please take care of covering all the cases (empty state here) when building something, it really helps you with defining your work's quality. Great work on finding this bug!

@07jasjeet 07jasjeet merged commit bec07e6 into metabrainz:main Feb 1, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants