Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghajari authored Feb 2, 2021
1 parent e0ac9ec commit aa0cf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit aa0cf33

Please sign in to comment.