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

Commit 14487f24 authored by TYM Tsai's avatar TYM Tsai Committed by Gerrit Code Review
Browse files

Merge "Toast: Solve the NPE problem in session.java"

parents 117daee1 4a9fc440
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3840,8 +3840,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                && (mSessionFlags.mAugmentedAutofillOnly
                        || !mSessionFlags.mInlineSupportedByService
                        || mSessionFlags.mExpiredResponse)
                && isViewFocusedLocked(flags)
                || isFillDialogUiEnabled()) {
                && (isViewFocusedLocked(flags) || isRequestSupportFillDialog(flags))) {
            if (sDebug) Slog.d(TAG, "Create inline request for augmented autofill");
            remoteRenderService.getInlineSuggestionsRendererInfo(new RemoteCallback(
                    (extras) -> {