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

Commit a090eb74 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixes getLastResponseIndexLocked() always return last index" into rvc-dev am: 3a9c93d4

Original change: undetermined

Change-Id: I8edd0d2113623843b09d8ae1f3264efe8ac6c06f
parents 5b29efdc 3a9c93d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3852,6 +3852,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
            for (int i = 0; i < responseCount; i++) {
                if (mResponses.keyAt(i) > lastResponseId) {
                    lastResponseIdx = i;
                    lastResponseId = mResponses.keyAt(i);
                }
            }
        }