Suppress redundant TYPE_WINDOWS_STATE_CHANGED.
Bug: 23975618 Change-Id: I5933beaa5b28404f85e100461bdeab5496eb3c0emain
parent
5074304dbd
commit
38b15afb47
|
@ -110,7 +110,9 @@ public final class MainKeyboardAccessibilityDelegate
|
|||
* Called when the keyboard is hidden and accessibility is enabled.
|
||||
*/
|
||||
public void onHideWindow() {
|
||||
announceKeyboardHidden();
|
||||
if (mLastKeyboardMode != KEYBOARD_IS_HIDDEN) {
|
||||
announceKeyboardHidden();
|
||||
}
|
||||
mLastKeyboardMode = KEYBOARD_IS_HIDDEN;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue