Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: correct demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
errnull committed Jun 17, 2019
1 parent 741eb01 commit c4d71e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void onClick(View view) {

private void loadAnimation() {
SVGAParser parser = new SVGAParser(this);
parser.decodeFromAssets("matteRect.svga", new SVGAParser.ParseCompletion() {
parser.decodeFromAssets(this.randomSample(), new SVGAParser.ParseCompletion() {
@Override
public void onComplete(@NotNull SVGAVideoEntity videoItem) {
animationView.setVideoItem(videoItem);
Expand Down

0 comments on commit c4d71e8

Please sign in to comment.