commit | 7965f957e752737c31bae6d9e0c6f1ee3ff80496 | [log] [tgz] |
---|---|---|
author | HQ Liu <hql@google.com> | Wed May 04 09:50:03 2022 -0700 |
committer | HQ Liu <hql@google.com> | Tue May 10 10:09:06 2022 -0700 |
tree | 801dfcfd45525115f8ee5108b5f6bd9c07e07466 | |
parent | a3ca84f80551b7725176f9da95fa80fb207ffdd4 [diff] |
Prevent to revoke input focus from recentsAnimationInputConsumer During recents animation, there are increasing number of ANR, that is because the input focus is suppose to be on the recents_animation_input_consumer, but the focus is revoked falsely. To fix the issue, stop sending requet to remove focus when the focus is on the input consumer. Bug: 222232784 Bug: 223750399 Test: manual Change-Id: Id19d64d8027a07dc9a1236d10b9e1185ebc717c4