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

Commit 586f23c1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

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