mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00

The compositeSequenableLoader was causing NPEs in isLoading. Initializing it upfront prevents this problem and is in line with what we do in all real MediaPeriods. PiperOrigin-RevId: 275491511