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

Commit a384cf61 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Finish autofill session when service dies."

parents 98d76705 5e2b156a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -123,8 +123,7 @@ final class RemoteFillService implements DeathRecipient {
    }

    public void destroy() {
        mHandler.sendMessage(obtainMessage(
                RemoteFillService::handleDestroy, this));
        mHandler.sendMessage(obtainMessage(RemoteFillService::handleDestroy, this));
    }

    private void handleDestroy() {
+2 −1
Original line number Diff line number Diff line
@@ -839,7 +839,8 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
    // FillServiceCallbacks
    @Override
    public void onServiceDied(RemoteFillService service) {
        // TODO(b/337565347): implement
        Slog.w(TAG, "removing session because service died");
        forceRemoveSelfLocked();
    }

    // AutoFillUiCallback