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

Commit c911e0e7 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

Change-Id: I3c615043966131d206967bbb7d230af9b6652f47
parents db5beade e59c6ef3
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;