mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Configure pooled players for video playback by default.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user