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

Commit 5c33ec37 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Workspace should not receive touch events" into tm-dev

parents a500cde8 e5f265c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
    }