Skip to content

Commit

Permalink
Configure pooled players for video playback by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Jul 11, 2022
1 parent 748dbc2 commit 524adcb
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -139,6 +139,8 @@ abstract class ExoPlayerPool<T : ExoPlayer>(
} else {
Log.d(TAG, "Failed to get an ExoPlayer instance for tag: $tag")
null
}?.apply {
configureForVideoPlayback()
}
}

Expand Down

0 comments on commit 524adcb

Please sign in to comment.