commit | ffe020a093ca464bdc6dd1c8478d7d303c378c12 | [log] [tgz] |
---|---|---|
author | JianYang Liu <jianyliu@google.com> | Tue Oct 15 15:38:50 2019 -0700 |
committer | Jian-Yang Liu <jianyliu@google.com> | Thu Oct 17 17:38:39 2019 +0000 |
tree | cd5e4a3bb8e238a8327e5adc8782ace85bdbec4a | |
parent | dadd2112f0db1333a8f8988d6a3600d5fb8ee592 [diff] |
Do not cancel car volume dialog dismiss anim A burst of ACTION_OUTSIDE events would cause the dialog dismiss animation to repeatedly cancel and restart before it could finish. Add a flag to keep track of the dismissing state, and let the animation finish once it has started. Change made based on proposal from partner. Bug: 142877093 Test: manual Change-Id: I16a76bd7a65313027751f8f0e223d0346626c37b (cherry picked from commit c8d3ef17af781731b558302efada5c1e7bebd096)