Skip to content

Commit

Permalink
fix when play finished,cannot start animation again
Browse files Browse the repository at this point in the history
  • Loading branch information
penfeizhou committed Oct 15, 2021
1 parent ca5b278 commit 08e1d03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ public boolean isPaused() {
@Override
public void start() {
if (this.frameSeqDecoder.isRunning()) {
this.frameSeqDecoder.reset();
this.frameSeqDecoder.stop();
}
this.frameSeqDecoder.reset();
innerStart();
}

Expand Down

0 comments on commit 08e1d03

Please sign in to comment.