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

Commit c82357bd authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

Merge "Revert "Fixed placemente of Autofill UI for virtual views."" into oc-dev am: e59c6ef3

am: c911e0e7

Change-Id: I8a1f7f4eabebe3b00ee0dfe5ae502be32486b5af
parents 8cac1e60 c911e0e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7445,7 +7445,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;