Loading src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -304,6 +304,10 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte mTouchHandler.handleTouchEvent(ev, mFastScrollerOffset); return true; } if (isSearching()) { // if in search state, consume touch event. return true; } return false; } Loading Loading
src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -304,6 +304,10 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte mTouchHandler.handleTouchEvent(ev, mFastScrollerOffset); return true; } if (isSearching()) { // if in search state, consume touch event. return true; } return false; } Loading