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

Commit 9cead0d1 authored by Yuichi Biwa's avatar Yuichi Biwa Committed by android-build-merger
Browse files

Merge \\"ChooserActivity: Cannot start app that the icon overflows the...

Merge \\"ChooserActivity: Cannot start app that the icon overflows the layout\\" into nyc-mr1-dev am: 586f23c1
am: 8b059e8a

Change-Id: I13f36de289f0990967e4e5fc967ea64ecfbc0ab8
parents 56fd6895 8b059e8a
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;