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

Commit a2090bea authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 7118bdec: Merge "Fix for #12945: ProgressBar.setMax() will always redraw."

* commit '7118bdec':
  Fix for #12945: ProgressBar.setMax() will always redraw.
parents 810c1c0c 7118bdec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -666,8 +666,8 @@ public class ProgressBar extends View {

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