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

Commit 5577a28e authored by Wilson Wu's avatar Wilson Wu Committed by Android (Google) Code Review
Browse files

Merge "Enable USE_REPORT_WINDOW_GAINED_FOCUS_ASYNC" into sc-dev

parents b12a0803 58e49e3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.