commit | 604ae3283c31b2ebe20b9df643d3026b3263d398 | [log] [tgz] |
---|---|---|
author | Pinyao Ting <pinyaoting@google.com> | Fri Nov 22 00:34:03 2024 +0000 |
committer | Pinyao Ting <pinyaoting@google.com> | Fri Nov 22 00:34:03 2024 +0000 |
tree | aef8d3c2fe7af00409b7d1e309a885c8f09e779e | |
parent | d4fb56f36b0d185de3f13219aee159227125b80c [diff] |
Remove redundant a11y announcement upon removal of workspace item. When a workspace item is removed, launcher currently shows a Snackbar which contains a message saying "item removed". This renders the a11y announcement in DeleteDropTarget#onAccessibilityDrop redundant since it's saying exactly the same string. Bug: 378032433 Change-Id: Iaf3b42404ecd382b1ee15f670cc4ebe0124218d2 Test: manual Flag: EXEMPT bugfix