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

Commit d149f0b3 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Automerger Merge Worker
Browse files

Merge "Workspace should not receive touch events" into tm-dev am: 5c33ec37

parents 66c275b8 5c33ec37
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;
    }