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

Commit 69603e48 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Fixes hiding track for quick scrub" into pi-dev am: 4fb9723f

am: 9b32313a

Change-Id: I9b2c30f81a318d58508049fc6fca6d1dcb29fe5f
parents e8ee9973 9b32313a
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,