mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Minor fix in transforming-media.md
#minor-release PiperOrigin-RevId: 504281747
This commit is contained in:
parent
b2d9354951
commit
4c1be4c7a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
~~~
|
~~~
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue