Fix build.
Change 9099 was a little bit too aggressive and removed a line it shouldn't have.
This commit is contained in:
@@ -280,6 +280,7 @@ public abstract class AbsSeekBar extends ProgressBar {
|
||||
progress = mTouchProgressOffset;
|
||||
}
|
||||
|
||||
final int max = getMax();
|
||||
progress += scale * max;
|
||||
|
||||
setProgress((int) progress, true);
|
||||
|
||||
Reference in New Issue
Block a user