Commit 4c1be4c7 by christosts

Minor fix in transforming-media.md

#minor-release

PiperOrigin-RevId: 504281747
parent b2d93549
Showing with 1 additions and 1 deletions
...@@ -71,7 +71,7 @@ Transformer.Listener transformerListener = ...@@ -71,7 +71,7 @@ Transformer.Listener transformerListener =
@Override @Override
public void onTransformationError(MediaItem inputMediaItem, TransformationException exception) { public void onTransformationError(MediaItem inputMediaItem, TransformationException exception) {
displayError(e); displayError(exception);
} }
}; };
~~~ ~~~
......
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