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

Commit b644ca3c authored by Ahaan Ugale's avatar Ahaan Ugale Committed by Automerger Merge Worker
Browse files

Merge "Fix AutofillManager and Session status not sync with fill dialog" into...

Merge "Fix AutofillManager and Session status not sync with fill dialog" into tm-dev am: 13809feb am: a23a8274

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18130748



Change-Id: I3adb236b83e920a83cfa4878939130e116f7043c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e1aa4c64 a23a8274
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3225,10 +3225,15 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                    currentView.setState(ViewState.STATE_FILL_DIALOG_SHOWN);
                    mService.logDatasetShown(id, mClientState, UI_TYPE_DIALOG);
                }
                // Just show fill dialog once, so disabled after shown.
                // Note: Cannot disable before requestShowFillDialog() because the method
                //       need to check whether fill dialog enabled.
                setFillDialogDisabled();
                return;
            } else {
                setFillDialogDisabled();
            }

        }

        if (response.supportsInlineSuggestions()) {