Merge "Remove redundant a11y announcement upon removal of workspace item." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
b9cd487c86
@@ -130,7 +130,6 @@ public class DeleteDropTarget extends ButtonDropTarget {
|
||||
public void completeDrop(DragObject d) {
|
||||
ItemInfo item = d.dragInfo;
|
||||
if (canRemove(item)) {
|
||||
onAccessibilityDrop(null, item);
|
||||
mDropTargetHandler.onDeleteComplete(item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user