mirror of
https://github.com/androidx/media.git
synced 2025-05-17 12:39:52 +08:00
Minor fix in transforming-media.md
#minor-release PiperOrigin-RevId: 504281747
This commit is contained in:
parent
b2d9354951
commit
4c1be4c7a1
@ -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…
x
Reference in New Issue
Block a user