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

Commit a896d6ab authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not autofill twice" into oc-dev

parents a2f102b1 6249eff0
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: "