mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00

This fixes an exception thrown when parceling becasue the type can not be found (expects the AdsPlaybackState to be Serializable). Transforming the map and the ad playback states to a Bundle fixes the problem. #minor-release PiperOrigin-RevId: 433491993