Skip to content

Commit

Permalink
KUX-1761: Upgrade exoplayer to Media 3
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-bondarenko85 committed Oct 17, 2024
1 parent f0f7491 commit 7c39f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void onCues(CueGroup cueGroup) {

@Override
public void onVideoSizeChanged(@NonNull VideoSize videoSize) {
if (contentFrame == null) {
if (contentFrame == null || videoSize.equals(VideoSize.UNKNOWN)) {
return;
}

Expand Down

0 comments on commit 7c39f2f

Please sign in to comment.