Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Dec 17, 2018
1 parent a9bea19 commit 29d74bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void setIndeterminate(final boolean indeterminate) {
mIndeterminate = indeterminate;
invalidate();
if (mVisible && indeterminate) {
cancelProgressAnimation();
endProgressAnimation();
startIndeterminateAnimations();
}
}
Expand Down

0 comments on commit 29d74bd

Please sign in to comment.