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

Commit 14b65d9e 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 am: 8592d3c3 am: 04d5236e

parents 24a3120f 04d5236e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4440,8 +4440,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) -> {