Minor formatting cleanups
Fix spacing
This commit is contained in:
parent
f2e182addc
commit
5ce228e9f7
@ -504,10 +504,9 @@ class ReactExoplayerView extends FrameLayout implements
|
|||||||
decoderInitializationException.decoderName);
|
decoderInitializationException.decoderName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} else if (e.type == ExoPlaybackException.TYPE_SOURCE) {
|
||||||
else if (e.type == ExoPlaybackException.TYPE_SOURCE) {
|
ex = e.getSourceException();
|
||||||
ex = e.getSourceException();
|
errorString = getResources().getString(R.string.unrecognized_media_format);
|
||||||
errorString = getResources().getString(R.string.unrecognized_media_format);
|
|
||||||
}
|
}
|
||||||
if (errorString != null) {
|
if (errorString != null) {
|
||||||
eventEmitter.error(errorString, ex);
|
eventEmitter.error(errorString, ex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user