comment why postDelayed

This commit is contained in:
Daniel Mariño 2019-07-09 11:40:23 +02:00
parent cde2432804
commit f60aff7989

View File

@ -341,7 +341,7 @@ class ReactExoplayerView extends FrameLayout implements
private void initializePlayer() {
ReactExoplayerView self = this;
// This ensures all props have been setted, to avoid async racing conditions.
new Handler().postDelayed(new Runnable() {
@Override
public void run() {