From e5f265c76ea21cf59187cf9acf6e8d94e7b6bb34 Mon Sep 17 00:00:00 2001 From: hyunyoungs Date: Tue, 7 Jun 2022 22:12:33 -0700 Subject: [PATCH] Workspace should not receive touch events Bug: 234648831 Test: touch outside recycler view inside container, doesn't swipe left/right TL;DR;; As the definition of ActiveRecyclerView changed in latest refactor, scrollbar existence is no longer a condition to consume touch event if user is in isSearching state. Change-Id: Iec97fb036ad45796a77c59d35f329744398d4953 --- .../android/launcher3/allapps/BaseAllAppsContainerView.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java b/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java index 2c04fc7753..e90d4a6ba3 100644 --- a/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java @@ -301,6 +301,10 @@ public abstract class BaseAllAppsContainerView