-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Bug] When removing a song from the queue the queue becomes an 'endless' grey screen #79
Comments
Could you send your main thread logs when this happens? I'm pretty sure I know what the issue is. If you don't want to send all of your logs (next update will hide the base URL), just long press on the latest error log, it should say something about an index. |
This is the latest error after triggering this bug: [Flutter/SEVERE] 2021-07-18 12:31:49.381413: RangeError (index): Invalid value: Not in inclusive range 0..100: 101 #0 _GrowableList.[] (dart:core-patch/growable_array.dart:254) |
Fixed in c8f7672 |
Expected behavior: when you open up the queue and scroll to the bottom of it, the view will 'bounce' and stop you from scrolling further down. You can remove songs from this queue by swiping them to the left.
However on certain queues (I think long ones, I can't replicate it on smaller queues i.e. if I only play an album with a limited number of tracks and those compose of the queue) if you remove a few songs from the queue and scroll all the way down there's a grey zone below the queue. You can keep scrolling forever.
Tested on iPadOS.
The text was updated successfully, but these errors were encountered: