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

Commit b19915be authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "PopupWindow: Be more consistent about Gravity calculation." into nyc-mr1-dev

parents 5cb0c13f 798fb798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1547,7 +1547,7 @@ public class PopupWindow {
        }

        // Let the window manager know to align the top to y.
        outParams.gravity = Gravity.LEFT | Gravity.TOP;
        outParams.gravity = computeGravity();
        outParams.width = width;
        outParams.height = height;