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

Commit 105ff339 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Do not autofill twice" into oc-dev

am: a896d6ab

Change-Id: I3a17ae8e3d4c547bcd2cf7a4302870b028c6328f
parents 0e71996f a896d6ab
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: "