Merge "Enable USE_REPORT_WINDOW_GAINED_FOCUS_ASYNC" into sc-dev am: 5577a28e2d

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

Change-Id: I1522c8df055df4cb1d20bfbd6a247bafb0d5d6e3
This commit is contained in:
Wilson Wu
2021-04-27 06:52:04 +00:00
committed by Automerger Merge Worker

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.