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

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

am: a625b0b5

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

Change-Id: I84b8882069a36c8f625060cb82696660a0c9c681
parents 2b38000a a625b0b5
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);
    }

    /**