mirror of
https://github.com/androidx/media.git
synced 2025-05-06 23:20:42 +08:00

`subtitle` is only guaranteed to be non-null if
`nextSubtitleEventIndex != C.INDEX_UNSET`. The null check added in
0efec5f6c1
was too early.
Issue: #8017
PiperOrigin-RevId: 334777742