Check if event is over All Apps correctly on large screens.
Test: Manual Fix: 232826650 Change-Id: Ia6a0aefe1a2886ba21150c7d65be5c5d95f18141
This commit is contained in:
@@ -246,7 +246,7 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte
|
||||
*/
|
||||
public boolean shouldContainerScroll(MotionEvent ev) {
|
||||
// Scroll if not within the container view (e.g. over large-screen scrim).
|
||||
if (!mActivityContext.getDragLayer().isEventOverView(this, ev)) {
|
||||
if (!mActivityContext.getDragLayer().isEventOverView(getVisibleContainerView(), ev)) {
|
||||
return true;
|
||||
}
|
||||
if (mActivityContext.getDragLayer().isEventOverView(mBottomSheetHandleArea, ev)) {
|
||||
|
||||
Reference in New Issue
Block a user