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

Commit 356a932b authored by NoraBora's avatar NoraBora Committed by Steve Kondik
Browse files

setThumbOffset was missing in the previous merge.

parent 89ab29d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public abstract class AbsSeekBar extends ProgressBar {
        // ...but allow layout to override this
        int thumbOffset =
                a.getDimensionPixelOffset(com.android.internal.R.styleable.SeekBar_thumbOffset, getThumbOffset());
	setThumbOffset(thumbOffset);
        a.recycle();

        a = context.obtainStyledAttributes(attrs,