commit | eb0db5b066096cdb3e8eba8207570ebf7e2dbda4 | [log] [tgz] |
---|---|---|
author | Taran Singh <tarandeep@google.com> | Mon Jun 03 18:54:43 2024 +0000 |
committer | Taran Singh <tarandeep@google.com> | Tue Jun 04 21:41:00 2024 +0000 |
tree | 62ec11c9f7cdeb60375efabd0f36354805c886a4 | |
parent | 70a4f7e51240e3a61db1fcb76ac4dc09573b4700 [diff] |
Fix order of binding result when using zeroJankProxy When a new client gets bound to IME, the order of bind events are out of order: MSG_BIND arrives before MSG_START_INPUT_RESULT (with InputBindResult.result SUCCESS_WAITING_IME_SESSION). The order needs to be flipped so that sequence check doesn't mismatch in MSG_BIND. Fix: 330486656 Test: atest FlickerTestsIme Change-Id: I7ed08ed84217478f148cbaf89f1afcaa410c6bfe