Merge change 23105 into eclair
* changes: Fix issue 2077333: The volume key will effect both ring and media vol at the same time.
This commit is contained in:
@@ -651,6 +651,7 @@ public class ProgressBar extends View {
|
||||
|
||||
if (mProgress > max) {
|
||||
mProgress = max;
|
||||
refreshProgress(R.id.progress, mProgress, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user