Merge "Enable USE_REPORT_WINDOW_GAINED_FOCUS_ASYNC" into sc-dev

This commit is contained in:
Wilson Wu
2021-04-27 06:32:17 +00:00
committed by Android (Google) Code Review

View File

@@ -272,7 +272,7 @@ public final class InputMethodManager {
* {@link StartInputReason#WINDOW_FOCUS_GAIN_REPORT_WITHOUT_CONNECTION} in a truly asynchronous
* way. {@code false} to go back to the previous synchronous semantics.
*/
private static final boolean USE_REPORT_WINDOW_GAINED_FOCUS_ASYNC = false;
private static final boolean USE_REPORT_WINDOW_GAINED_FOCUS_ASYNC = true;
/**
* A constant that represents Voice IME.