- fix spacing

This commit is contained in:
evkwan 2022-05-03 14:46:11 +08:00
parent 384166b285
commit 95a55a2551

View File

@ -1020,10 +1020,10 @@ class ReactExoplayerView extends FrameLayout implements
if (audioTrackType != null) {
setSelectedAudioTrack(audioTrackType, audioTrackValue);
}
if (videoTrackType != null) {
if (videoTrackType != null) {
setSelectedVideoTrack(videoTrackType, videoTrackValue);
}
if (textTrackType != null) {
if (textTrackType != null) {
setSelectedTextTrack(textTrackType, textTrackValue);
}
Format videoFormat = player.getVideoFormat();