commit | e6627ebfed80dfe95bf3ad22dfe1234faf03e710 | [log] [tgz] |
---|---|---|
author | arangelov <arangelov@google.com> | Wed Aug 15 19:58:01 2018 +0100 |
committer | arangelov <arangelov@google.com> | Mon Aug 20 17:23:15 2018 +0100 |
tree | 0a5f630d53a504f7fe197e9e1f75757702d84779 | |
parent | 2bcc9ba5ef3e1982ece09a42ceb42736a0438b6e [diff] |
Don't call BottomUserEducationView#close() while running animation. If while the work profile info card opening animation was playing you pressed the Work tab repeatedly, close() was called. That caused the animation to never complete properly (onAnimationEnd() was never called). This CL makes sure to not call close() if the animation is still running. Bug: 112471462 Bug: 112188042 Test: Manual Change-Id: I2e62e0c5c6f1d6132ea359a85cb6aadf57639c30