Commit b9ed9ee3 by olly Committed by Oliver Woodman

Fix incorrect type when creating ExoPlaybackException

PiperOrigin-RevId: 331027732
parent a3bac6b6
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment