Fix runtime crash
This commit is contained in:
parent
cca2744542
commit
7067afa609
@ -500,6 +500,9 @@ class ReactExoplayerView extends FrameLayout implements
|
||||
}
|
||||
|
||||
private void stopBufferCheckTimer() {
|
||||
if (this.bufferCheckTimer == null) {
|
||||
return;
|
||||
}
|
||||
this.bufferCheckTimer.cancel();
|
||||
this.bufferCheckTimer = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user