Fix possible track selection NPE
If no tracks are selected at the start of playback, TrackSelectorResult isEquivalent(null) returned true, meaning we were keeping the old result (i.e. null), which we then tried to de-reference. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145105702
Showing
with
8 additions
and
3 deletions
Please
register
or
sign in
to comment