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

Songs in "Offline" playlist don't load on app startup #3019

Closed
twistios opened this issue Jul 29, 2024 · 3 comments
Closed

Songs in "Offline" playlist don't load on app startup #3019

twistios opened this issue Jul 29, 2024 · 3 comments
Labels
bug Something isn't working Fixed

Comments

@twistios
Copy link

Steps to reproduce the bug

  1. Have "Cache" section of songs-menu selected
  2. Close app
  3. Start app

Expected behavior

The songs are loaded.

Actual behavior

The cached songs are not loaded. They are loaded when one first switches to for example "Favorites" first, then when returned, the songs are loaded.

Screenshots/Screen recordings

rimusic_cached_songs_not_loading.mp4

Logs

No response

RiMusic version

0.6.45.1 custom version

Android version

14

Additional information

This bug exists for many versions now.
I started to debug it. The reason why it does not work is that binder is null in the filter-part of the section.
When one returns to "Cache" again, binder is not null anymore.

@twistios twistios added the bug Something isn't working label Jul 29, 2024
@twistios
Copy link
Author

twistios commented Jul 29, 2024

I don't yet understand when binder gets non-null. For example if one does the same steps with "Favorites", the binder is also null, but when switching to cache the binder is already non-null. Somewhere between this, binder gets non-null.

@fast4x fast4x added the Fixed label Jul 31, 2024
@fast4x
Copy link
Owner

fast4x commented Jul 31, 2024

Fixed, available from version 0.6.46.
Your intuition was correct

@twistios
Copy link
Author

The same issue seems to be with the "downloaded" tab. It is now a new variant: on start it shows the downloaded and then after switching of tabs also the cached songs are shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed
Projects
None yet
Development

No branches or pull requests

2 participants