summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorJoshua Tsuji <tsuji@google.com>2020-05-20 14:54:34 -0400
committerJoshua Tsuji <tsuji@google.com>2020-05-20 18:45:04 -0400
commit04ab640572127e5d7da280f88ec91eeb01c62914 (patch)
tree2de07707e22ef1c8e49d30a7003cb68d3230b1b1 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent4395bbdd29ad58ffdbb36e198759e2d37e78cb20 (diff)
Prevent conflicting animations from starting.
This will prevent the stack from becoming separated and confused in some situations. The root cause was that the BubbleStackView returned false by default in its touch handler, which allowed the bubble views to grab touch events they shouldn't have and start animations. However, those bubbles trying to start the animations should have been prevented by the active controller logic, but it wasn't due to a missing check. Might as well fix both causes! Also, cancel the path animator before starting a new one just in case. Fixes: 155499044 Test: manual Change-Id: Idbdb68dfe3cccc69ae3709faad8d3b7078b354a9
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions