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

Commit 69577ae7 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Fix build.

Change 9099 was a little bit too aggressive and removed a line it shouldn't have.
parent 17ddd72f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ public abstract class AbsSeekBar extends ProgressBar {
            progress = mTouchProgressOffset;
        }
        
        final int max = getMax();
        progress += scale * max;
        
        setProgress((int) progress, true);