mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Fix incorrect type when creating ExoPlaybackException
PiperOrigin-RevId: 331027732
This commit is contained in:
parent
a3bac6b63e
commit
b9ed9ee379
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ public final class ExoPlaybackException extends Exception {
|
|||
public static ExoPlaybackException createForTimeout(
|
||||
TimeoutException cause, @TimeoutOperation int timeoutOperation) {
|
||||
return new ExoPlaybackException(
|
||||
TYPE_OUT_OF_MEMORY,
|
||||
TYPE_TIMEOUT,
|
||||
cause,
|
||||
/* customMessage= */ null,
|
||||
/* rendererName= */ null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue