Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStepController.java +3 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStepController.java +3 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading