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

Commit 8592d3c3 authored by TYM Tsai's avatar TYM Tsai Committed by Automerger Merge Worker
Browse files

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

parents 78697b38 14487f24
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3917,8 +3917,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) -> {