Merge "Make no button fallback to normal suggestions" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-08-02 02:43:53 +00:00
committed by Android (Google) Code Review

View File

@@ -439,6 +439,7 @@ public final class AutoFillUI {
log(MetricsEvent.TYPE_DISMISS);
hideFillDialogUiThread(callback);
callback.requestShowSoftInput(focusedId);
callback.requestFallbackFromFillDialog();
}
@Override