Loading quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/StatusBarTouchController.java +2 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,8 @@ public class StatusBarTouchController implements TouchController { // when there is single touch event. (context: InputDispatcher.cpp line 1445) if (dy > mTouchSlop && dy > Math.abs(dx) && ev.getPointerCount() == 1 && (!MultiModeController.isSingleLayerMode() || mLauncher.swipeSearchContainer.getVisibility() == View.GONE)) { (mLauncher.swipeSearchContainer.getVisibility() == View.GONE && mLauncher.getWorkspace().getCurrentPage() != 0))) { ev.setAction(ACTION_DOWN); dispatchTouchEvent(ev); setWindowSlippery(true); Loading Loading
quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/StatusBarTouchController.java +2 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,8 @@ public class StatusBarTouchController implements TouchController { // when there is single touch event. (context: InputDispatcher.cpp line 1445) if (dy > mTouchSlop && dy > Math.abs(dx) && ev.getPointerCount() == 1 && (!MultiModeController.isSingleLayerMode() || mLauncher.swipeSearchContainer.getVisibility() == View.GONE)) { (mLauncher.swipeSearchContainer.getVisibility() == View.GONE && mLauncher.getWorkspace().getCurrentPage() != 0))) { ev.setAction(ACTION_DOWN); dispatchTouchEvent(ev); setWindowSlippery(true); Loading