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

Commit 51207b12 authored by NoraBora's avatar NoraBora
Browse files

setThumbOffset was missing in the previous merge.

parent f8e10413
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,