SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.27k stars 412 forks source link

App crashes when loading big track queue #440

Closed serkonda7 closed 1 year ago

serkonda7 commented 1 year ago

I have around 3000 songs. When selecting one to play and look want to look into the track queue. The app crashes and my whole phone becomes unresponsive for about 30 seconds before i can force close.

tibbi commented 1 year ago

you mean that it freezes when you click on a song on the particular playlist? Or which tab are you at?

serkonda7 commented 1 year ago

I'm in the songs tab and tap on a song to start it playing. Then on the bottom I tap in the next song to open the track queue. From here on app screen turns black and phone is unresponsive. The current song keeps playing however

naveensingh commented 1 year ago

@tibbi the QueueActivity freezes because the recycler view is wrapped by a nested scroll view and it tries to load everything all at once. It's similar to that issue in some other app I fixed some time ago.

tibbi commented 1 year ago

@Naveen3Singh so try fixing this too please