Fixed bug where progress bar didn't fade out always
This commit is contained in:
parent
0116481022
commit
32f4a457bb
@ -126,9 +126,10 @@ public class AnimatedProgressBar extends LinearLayout {
|
|||||||
// previous progress
|
// previous progress
|
||||||
mDrawWidth = 0;
|
mDrawWidth = 0;
|
||||||
} else if (progress == mProgress) { // we don't need to go any farther if the progress is unchanged
|
} else if (progress == mProgress) { // we don't need to go any farther if the progress is unchanged
|
||||||
|
if (progress == 100) {
|
||||||
|
fadeOut();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mProgress = progress; // save the progress
|
mProgress = progress; // save the progress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user