commit | 4f1647d066967724942703d353116af5955620c0 | [log] [tgz] |
---|---|---|
author | Louis Chang <louischang@google.com> | Thu Dec 05 06:41:11 2024 +0000 |
committer | Louis Chang <louischang@google.com> | Thu Dec 05 06:41:11 2024 +0000 |
tree | 46f81eac33a38d207f22e6023c2a05b44d8774c4 | |
parent | 2462b4d16f84057db4b25e2d974ca1ce1a3f7809 [diff] |
Skip handle pointer-down-outside-focus if input target changed When TalkBack is enabled, the View#performClick is executed earlier than the pointer-down-outside-focus event is handled. Therefore, it is possible that the pointer-down-outside-focus is handled after an Activity is already started, which unexpectedly changes the focus again. Bug: 381340445 Test: use Settings when Talkback is on Flag: EXEMPT bugfix Change-Id: Ib663e63b3c533b67f3d5a8cf51fe8cc5cb39f8e0