commit | 1b636fa64cec2bf151d8d0dd5b34e9f3a95af736 | [log] [tgz] |
---|---|---|
author | Arthur Hung <arthurhung@google.com> | Tue Dec 04 15:53:49 2018 +0800 |
committer | Arthur Hung <arthurhung@google.com> | Tue Dec 04 15:53:49 2018 +0800 |
tree | 4d2a83960a9fc89d1d8ff2a018ea4636be1a77db | |
parent | d830ca25a19239709b7c644204baeb64d2785080 [diff] |
Fix InputConsumer for RecentsAnimationController may access null pointer Once recents died, it would post a cancel animation and remove its InputConsumer. So it would be a race condition when updateInputWindows and remove the InputConsumer. We need to add a protect for this. Bug: 120439400 Test: go/wm-smoke Test: swiping up on the Home button Change-Id: I5c4323d90ee5a54a2fe655d803be7a3f1561fe2d