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);
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (e.type == ExoPlaybackException.TYPE_SOURCE) {
|
||||
ex = e.getSourceException();
|
||||
errorString = getResources().getString(R.string.unrecognized_media_format);
|
||||
} else if (e.type == ExoPlaybackException.TYPE_SOURCE) {
|
||||
ex = e.getSourceException();
|
||||
errorString = getResources().getString(R.string.unrecognized_media_format);
|
||||
}
|
||||
if (errorString != null) {
|
||||
eventEmitter.error(errorString, ex);
|
||||
|
Loading…
Reference in New Issue
Block a user