commit | 556db6df04855af915eb2ae01a044e03319493fc | [log] [tgz] |
---|---|---|
author | Pinyao Ting <pinyaoting@google.com> | Thu Nov 14 17:29:26 2024 +0000 |
committer | Pinyao Ting <pinyaoting@google.com> | Thu Nov 14 17:29:26 2024 +0000 |
tree | dd4875abedd1934527be560ac18d906dfe08e182 | |
parent | b9e5421a632475cd439813673bf457af1e004b5e [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: I6eda4bb449f1d1fd4441a68b3129b0ab2d2c19a3 Test: manual Flag: EXEMPT bugfix