mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

This is a follow-up to 99dac0be0f
where we made the same change in
ExoPlayerImpl and SimpleBasePlayer, but for consistency it makes
sense to also update the masking code in MediaControllerImplBase to
assume the same logic.
Note: MediaControllerImplLegacy already handles this case via
setMediaItems and doesn't need to be updated further.
#minor-release
PiperOrigin-RevId: 534038759