Fix build.

Change 9099 was a little bit too aggressive and removed a line it shouldn't have.
This commit is contained in:
Jean-Baptiste Queru
2009-03-09 17:56:44 -07:00
parent 17ddd72f5c
commit 69577ae794

View File

@@ -280,6 +280,7 @@ public abstract class AbsSeekBar extends ProgressBar {
progress = mTouchProgressOffset;
}
final int max = getMax();
progress += scale * max;
setProgress((int) progress, true);