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

Commit d154a5bb authored by Alan Viverette's avatar Alan Viverette
Browse files

Apply tick mark tint during view construction

...otherwise it never gets applied.

Change-Id: I06991b3cedcf3dcfb8e98ae61e3d679c35b68839
parent 32895546
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ public abstract class AbsSeekBar extends ProgressBar {
        }

        applyThumbTint();
        applyTickMarkTint();

        mScaledTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
    }