Closed
Description
Media3 Version
1.0.0-beta03
Devices that reproduce the issue
Emulator API Level > 29
Devices that do not reproduce the issue
Emulator API Level <= 29
Reproducible in the demo app?
Not tested
Reproduction steps
- start playing a MediaItem with alternating MediaMetadata
- observe MediaNotification
Expected result
Notification represents the current MediaMetadata:
- content title to metadata title
- content text to metadata artists
Actual result
Notification doesn't represent the current MediaMetadata only the content text is changing accordingly, the title is stuck to the initial value of metadata.title.
On Devices with API Level <= 29 everything is working as expected.
Media
Not applicable
Bug Report
- You will email the zip file produced by
adb bugreport
to [email protected] after filing this issue.