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

Commit a6de3186 authored by Svet Ganov's avatar Svet Ganov
Browse files

Revert "Fixed placemente of Autofill UI for virtual views."

This reverts commit 4745fb6b.

Change-Id: I07c108dc53d13ff6fdd16f8f486b35d8ca9a7c58
parent 54a3ce2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7431,7 +7431,7 @@ public class Activity extends ContextThemeWrapper
        final int offsetX = (anchorBounds != null)
                ? anchorBounds.left - actualAnchorBounds.left : 0;
        int offsetY = (anchorBounds != null)
                ? anchorBounds.bottom - actualAnchorBounds.bottom : 0;
                ?  anchorBounds.top - actualAnchorBounds.top : 0;

        final boolean wasShowing;