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

Commit 59fb4728 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "ChooserActivity: Cannot start app that the icon overflows the layout" into nyc-dev

parents 22e00621 cb3e1237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ public class ResolverDrawerLayout extends ViewGroup {
                final float y = ev.getY();
                mInitialTouchX = x;
                mInitialTouchY = mLastTouchY = y;
                mOpenOnClick = isListChildUnderClipped(x, y) && mCollapsibleHeight > 0;
                mOpenOnClick = isListChildUnderClipped(x, y) && mCollapseOffset > 0;
            }
            break;