commit | ccfc8657c8d863483237183e0655261af7245c6f | [log] [tgz] |
---|---|---|
author | wilsonshih <wilsonshih@google.com> | Fri Nov 08 08:37:57 2024 +0000 |
committer | wilsonshih <wilsonshih@google.com> | Fri Nov 08 08:37:57 2024 +0000 |
tree | caf872c7d093260b8f38bdf02b03b9e3ce9dde6c | |
parent | 13c28f4be710ef61abf578a01c5a9794f646e8a6 [diff] |
Fix PB animation is not finished normally. If two back gestures occur very close to each other and the first animation didn't ready before second gesture, the animation for the first gesture may not finish properly because there won't play post commit animation. Checking the state from gesture tracker should be more reliable than checking current state. Flag: EXEMPT bugfix Bug: 377479922 Test: atest BackAnimationControllerTest Change-Id: I5399116ed29da5d87dd735cf54fa2efe982d4251