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

Commit 3ecdffcf 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 tm-dev am: 13809feb

parents efb9077d 13809feb
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()) {