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

Commit f781bbd5 authored by Matthew Ng's avatar Matthew Ng
Browse files

Fixes hiding track for quick scrub

Mistake from refactor ag/3737691.

Bug: 70180755
Change-Id: Ib960dc553436e800763d6e563c86113d78c36409
Fixes: 74942836
Fixes: 74697705
Test: start quickscrub
parent 431cd97b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ public class QuickStepController extends GestureDetector.SimpleOnGestureListener

    @Override
    public void onDraw(Canvas canvas) {
        if (mNavigationBarView.isQuickScrubEnabled()) {
        if (!mNavigationBarView.isQuickScrubEnabled()) {
            return;
        }
        int color = (int) mTrackColorEvaluator.evaluate(mDarkIntensity, mLightTrackColor,