Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add null check to
ExoPlayerImpl.isTunnelingEnabled
`TrackSelectorResult.rendererConfigurations` can contain null elements: > A null entry indicates the corresponding renderer should be disabled. This wasn't caught by the nullness checker because `ExoPlayerImpl` is currently excluded from analysis. #minor-release Issue: google#10977 PiperOrigin-RevId: 508619169 (cherry picked from commit 5e3cd7a)
- Loading branch information