Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46c15823 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 23105 into eclair

* changes:
  Fix issue 2077333: The volume key will effect both ring and media vol at the same time.
parents d9942b5c 4e059280
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -651,6 +651,7 @@ public class ProgressBar extends View {

            if (mProgress > max) {
                mProgress = max;
                refreshProgress(R.id.progress, mProgress, false);
            }
        }
    }