Merge "Fix fallbackIMM#showSoftInput call" into udc-qpr-dev

This commit is contained in:
Cosmin Băieș
2023-08-09 08:50:15 +00:00
committed by Android (Google) Code Review

View File

@@ -2165,7 +2165,7 @@ public final class InputMethodManager {
// Re-dispatch if there is a context mismatch.
final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view);
if (fallbackImm != null) {
return fallbackImm.showSoftInput(view, flags, resultReceiver);
return fallbackImm.showSoftInput(view, statsToken, flags, resultReceiver, reason);
}
checkFocus();