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

Commit 6716cc2e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Autofill Presentation Events 2" into main

parents 60145b3b 6b1782fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4664,6 +4664,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                // event as concluded.
                if (!wasPreviouslyFillDialog
                        && (!isSameViewEntered || maybeNewRequestId.isPresent())) {
                    mPresentationStatsEventLogger.logAndEndEvent("new view entered");
                    startNewEventForPresentationStatsEventLogger();
                    if (maybeNewRequestId.isPresent()) {
                        mPresentationStatsEventLogger.maybeSetRequestId(maybeNewRequestId.get());