- fix spacing
This commit is contained in:
parent
384166b285
commit
95a55a2551
@ -1020,10 +1020,10 @@ class ReactExoplayerView extends FrameLayout implements
|
|||||||
if (audioTrackType != null) {
|
if (audioTrackType != null) {
|
||||||
setSelectedAudioTrack(audioTrackType, audioTrackValue);
|
setSelectedAudioTrack(audioTrackType, audioTrackValue);
|
||||||
}
|
}
|
||||||
if (videoTrackType != null) {
|
if (videoTrackType != null) {
|
||||||
setSelectedVideoTrack(videoTrackType, videoTrackValue);
|
setSelectedVideoTrack(videoTrackType, videoTrackValue);
|
||||||
}
|
}
|
||||||
if (textTrackType != null) {
|
if (textTrackType != null) {
|
||||||
setSelectedTextTrack(textTrackType, textTrackValue);
|
setSelectedTextTrack(textTrackType, textTrackValue);
|
||||||
}
|
}
|
||||||
Format videoFormat = player.getVideoFormat();
|
Format videoFormat = player.getVideoFormat();
|
||||||
|
Loading…
Reference in New Issue
Block a user