Skip to content

Commit

Permalink
Merge pull request flutter#2331 from jason-simmons/suspend_resume_blank
Browse files Browse the repository at this point in the history
Reset all animator state when restarting a paused animator
  • Loading branch information
jason-simmons committed Feb 1, 2016
2 parents ec92d0c + 3407ce1 commit ace8cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/shell/ui/animator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void Animator::Stop() {
}

void Animator::Start() {
paused_ = false;
Reset();
RequestFrame();
}

Expand Down

0 comments on commit ace8cff

Please sign in to comment.