mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

We currently set it to shouldContinueLoading, which isn't correct if shouldContinueLoading is set to false and we still have an ongoing load. Change it to also be true if the media period is still loading. PiperOrigin-RevId: 272823473