You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not exactly sure how the collection button is related to sending a rating. However, when I test sending a rating from a legacy MediaControllerCompat I receive this callback on the Media3 MediaSession.Callback side as expected (please see below for details).
Like I said, I'm not completely familiar with the details on the client side. However, when a client send a rating then it seems to work on the library side.
Can you double check this is working as intended on the app side? Are you seeing a difference from your implementation with the compat library to how it behaves with Media3? Please add some more details if you think this is a problem on the library side. From the above testin, I'd say media3 handles such a rating as expected.
When I do a test case to send a rating with a legacy controller like so:
controllerCompat
.getTransportControls()
.setRating(RatingCompat.newThumbRating(true), new Bundle());
then I receive the callback on the media session end:
Version
Media3 main branch
More version details
No response
Devices that reproduce the issue
Porsche Car AutoMotive
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
1.Car Launcher Media Card 2.click collection button
Expected result
MediaLibraryService.MediaLibrarySession.Callback onSetRatting should be invoked , the i can handle the Launcher Media Ratting Status
Actual result
MediaLibraryService.MediaLibrarySession.Callback onSetRatting no invoke
Media
Bug Report
adb bugreport
to [email protected] after filing this issue.The text was updated successfully, but these errors were encountered: