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

Commit 84fbf555 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8717261 from a26461c4 to tm-d1-release

Change-Id: I4e50419d60e6343ffc91f53e837cf4bc41fe2dd4
parents d4d16417 a26461c4
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;
    }