commit | 5cde7ffc01d6831a12a1c085d9b2b5aef1ed521b | [log] [tgz] |
---|---|---|
author | Luca Zuccarini <acul@google.com> | Fri Sep 29 11:31:17 2023 +0000 |
committer | Luca Zuccarini <acul@google.com> | Fri Sep 29 11:31:17 2023 +0000 |
tree | b749330fc3b075714f3649019a1290672c190e6c | |
parent | 107a81fa377d2b910fecc2c4194c218fb0da23b9 [diff] |
[Toast] Fix ANR when tapping on rich card chip. This method recursively looks up the view hierarchy for a suitable view to animate. The wrong variable was causing an infinite loop by never updating the object being checked for the end condition. With the fix, the animation behaves as expected. Fix: 302568434 Flag: ENABLE_SEARCH_RESULT_LAUNCH_ANIMATION Test: see video in the bug. Change-Id: I123e50f1618a1e48256c0c976eeb46c93e8391b2