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

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

Merge "[AutoFill] destroy mRemoteInlineSuggestionRenderService after connection lost" into main

parents 4bd98c57 bf272063
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1672,9 +1672,10 @@ final class AutofillManagerServiceImpl

        @Override // from InlineSuggestionRenderCallbacksImpl
        public void onServiceDied(@NonNull RemoteInlineSuggestionRenderService service) {
            // Don't do anything; eventually the system will bind to it again...
            Slog.w(TAG, "remote service died: " + service);
            mRemoteInlineSuggestionRenderService = null;
            synchronized (mLock) {
                resetExtServiceLocked();
            }
        }
    }