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

Commit 73c227d1 authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

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

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

* commit 'e23f0f9f':
  PopupWindow: Be more careful with FLAG_LAYOUT_NO_LIMITS

Change-Id: I14da04a61d5db39379712ccb83023e103b09e4bf
parents 06b8f4d2 e23f0f9f
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);
    }

    /**