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

Commit 4fb9723f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes hiding track for quick scrub" into pi-dev

parents 7fd2abdf f781bbd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -352,7 +352,7 @@ public class QuickStepController extends GestureDetector.SimpleOnGestureListener


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