mirror of
https://github.com/androidx/media.git
synced 2025-05-10 09:12:16 +08:00
Fix incorrect type when creating ExoPlaybackException
PiperOrigin-RevId: 331027732
This commit is contained in:
parent
862cf26534
commit
5bd61116a2
@ -218,7 +218,7 @@ public final class ExoPlaybackException extends Exception {
|
|||||||
public static ExoPlaybackException createForTimeout(
|
public static ExoPlaybackException createForTimeout(
|
||||||
TimeoutException cause, @TimeoutOperation int timeoutOperation) {
|
TimeoutException cause, @TimeoutOperation int timeoutOperation) {
|
||||||
return new ExoPlaybackException(
|
return new ExoPlaybackException(
|
||||||
TYPE_OUT_OF_MEMORY,
|
TYPE_TIMEOUT,
|
||||||
cause,
|
cause,
|
||||||
/* customMessage= */ null,
|
/* customMessage= */ null,
|
||||||
/* rendererName= */ null,
|
/* rendererName= */ null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user