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

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

PopupWindow: Be more consistent about Gravity calculation.

am: 798fb798

Change-Id: Ia7c49dbe2fbe751565d6c8be46586a66c535a148
parents 1c06a4dc 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;