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

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

Merge "When quickstep resets, set the nav bar alpha back to 1f"

parents c3e9c8ba 819daaa5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -510,6 +510,9 @@ public class QuickStepController implements GestureHelper {
    private void resetQuickScrub() {
        mQuickScrubActive = false;
        mAllowGestureDetection = false;
        if (mCurrentNavigationBarView != null) {
            mCurrentNavigationBarView.setAlpha(1f);
        }
        mCurrentNavigationBarView = null;
        updateHighlight();
    }