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

Commit 38b15afb authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Suppress redundant TYPE_WINDOWS_STATE_CHANGED.

Bug: 23975618
Change-Id: I5933beaa5b28404f85e100461bdeab5496eb3c0e
parent 5074304d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -110,7 +110,9 @@ public final class MainKeyboardAccessibilityDelegate
     * Called when the keyboard is hidden and accessibility is enabled.
     */
    public void onHideWindow() {
        if (mLastKeyboardMode != KEYBOARD_IS_HIDDEN) {
            announceKeyboardHidden();
        }
        mLastKeyboardMode = KEYBOARD_IS_HIDDEN;
    }