am 46c15823: Merge change 23105 into eclair

Merge commit '46c158234dee0d1d47f06b7661150c18512dc589' into eclair-plus-aosp

* commit '46c158234dee0d1d47f06b7661150c18512dc589':
  Fix issue 2077333: The volume key will effect both ring and media vol at the same time.
This commit is contained in:
Eric Laurent
2009-09-01 11:15:42 -07:00
committed by Android Git Automerger

View File

@@ -651,6 +651,7 @@ public class ProgressBar extends View {
if (mProgress > max) {
mProgress = max;
refreshProgress(R.id.progress, mProgress, false);
}
}
}