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

Commit 6249eff0 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Do not autofill twice

Looks like a merge issue

Bug: 37728979
Test: CtsAutoFillServiceTestCases
Change-Id: I743b1cdc1a5544712e15d81073c9b1449d527b6e
parent aa94a61c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -563,7 +563,6 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
    // AutoFillUiCallback
    @Override
    public void fill(int requestId, Dataset dataset) {
        mHandlerCaller.getHandler().post(() -> autoFill(requestId, dataset));
        synchronized (mLock) {
            if (mDestroyed) {
                Slog.w(TAG, "Call to Session#fill() rejected - session: "