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

Commit 965c3430 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: Ia2bb751cd9864ed10e5ee5d38c7bea4d91527b2e
parents 636a6a1c 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);
    }

    /**