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

Commit 4e059280 authored by Eric Laurent's avatar Eric Laurent
Browse files

Fix issue 2077333: The volume key will effect both ring and media vol at the same time.

Make sure that the progress bar is refreshed when the max value is changed.
parent c98d68cd
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);
            }
        }
    }