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

Commit e23f0f9f 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: e49ecf58

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

Change-Id: I33333147a03cf53d2a3f7768b6246c5bdc3b1dc0
parents ae42f1b8 e49ecf58
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);
    }

    /**