Minor formatting cleanups
Fix spacing
This commit is contained in:
parent
f2e182addc
commit
5ce228e9f7
@ -504,8 +504,7 @@ 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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user