-
Notifications
You must be signed in to change notification settings - Fork 409
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
Music Notification Artwork Not Showing #9
Comments
None of the UI components load from the This is something we should address for 1.0.0 stable, so I'll mark it as a bug. We'll need to make sure our approach is compatible with image caching libraries (e.g., Glide), without mandating use of one. For internal devs, see [Internal ref: cr/383239306] for some previous discussion about this. |
Is there any progress? |
We added a Bitmap loader with this commit. It is already part of the released alpha version. Did you try after updating and it did not work? Please let us know if this is the case. |
It's not in release branch...It only exists in main branch currently 🤔 @marcbaechinger |
Closing as this will be in the next release that is coming soon. |
I'm having a similar issue as the original bug, but local artwork seems to not show. Here is my
When I try to set the artwork via a
When I use a Am I doing something wrong? (Or does this necessitate a separate bug?) |
I set the artworkUrl, but it doesn't show anything. Did I set it wrong?
My MediaItemBuilder:
The text was updated successfully, but these errors were encountered: