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

Commit 6da40fdc authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "PopupWindow: Be more careful with FLAG_LAYOUT_NO_LIMITS" into nyc-dev am: a625b0b5

am: 965c3430

* commit '965c3430':
  PopupWindow: Be more careful with FLAG_LAYOUT_NO_LIMITS

Change-Id: I49289bd18a093e102d25ff2b18b2d265e81f8f2a
parents 929c44d1 965c3430
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -827,7 +827,6 @@ public class PopupWindow {
     */
    public void setClipToScreenEnabled(boolean enabled) {
        mClipToScreen = enabled;
        setClippingEnabled(!enabled);
    }

    /**