Merge "Toast: Solve the NPE problem in session.java"
This commit is contained in:
@@ -3840,8 +3840,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
|
|||||||
&& (mSessionFlags.mAugmentedAutofillOnly
|
&& (mSessionFlags.mAugmentedAutofillOnly
|
||||||
|| !mSessionFlags.mInlineSupportedByService
|
|| !mSessionFlags.mInlineSupportedByService
|
||||||
|| mSessionFlags.mExpiredResponse)
|
|| mSessionFlags.mExpiredResponse)
|
||||||
&& isViewFocusedLocked(flags)
|
&& (isViewFocusedLocked(flags) || isRequestSupportFillDialog(flags))) {
|
||||||
|| isFillDialogUiEnabled()) {
|
|
||||||
if (sDebug) Slog.d(TAG, "Create inline request for augmented autofill");
|
if (sDebug) Slog.d(TAG, "Create inline request for augmented autofill");
|
||||||
remoteRenderService.getInlineSuggestionsRendererInfo(new RemoteCallback(
|
remoteRenderService.getInlineSuggestionsRendererInfo(new RemoteCallback(
|
||||||
(extras) -> {
|
(extras) -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user