summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author Alex Shabalin <ashabalin@google.com> 2025-01-23 12:11:41 -0800
committer Alex Shabalin <ashabalin@google.com> 2025-01-23 14:43:56 -0800
commit73baa5e1c1c65b0e6b99d4b72b6fa45d7f3db6dd (patch)
treefe13abd13cfb687fcf09310a6b65006f377d8180 /cmds/bootanimation/BootAnimation.cpp
parentf5b4905f1c00baac52dc1e824c22bab554f8b7bc (diff)
Don't override AccessibilityDelegate for any views.
This overridden AccessibilityDelegate simply removed the clickListener for an associated view whenever a11y technology is enabled. It was called for `mSeekBar` and `mEndTouchArea` views. - For `mSeekBar` it was a no-op since a SeekBar doesn't have a click listener anyway, however it lead to bug when using Switch Access described in b/374869964. - For `mEndTouchArea` it actually broke the click action because it removed the clickListener that was set before. That led to inability to add or remove group devices with Talkback. Flag: EXEMPT bugfix Bug: 374869964 Test: locally on a physical device. Change-Id: I36468dd15757103fe034ce1fe833b1c6f5f49f57
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
0 files changed, 0 insertions, 0 deletions