From aa0cf3316b6d559aa768e42aa2f536236b903a9d Mon Sep 17 00:00:00 2001 From: AmirHosseinAghajari <30867537+Aghajari@users.noreply.github.com> Date: Tue, 2 Feb 2021 19:56:28 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331b862..9539a4f 100644 --- a/README.md +++ b/README.md @@ -322,8 +322,8 @@ public class X7ZipFileExtension extends AXrFileExtension { @Override public File saveAsTempFile(String url, InputStream stream) throws IOException { - File file = AXrLottie.getLottieCacheManager().writeTempCacheFile(url, stream, this); - // parse file as a 7zip file and save it. + File file = super.saveAsTempFile(url,stream); + // read 7zip file and extract animation. // file = ... return file; }