am 9ccacb54: Merge "Fixing \'Item removed\' announced twice when using accessible DnD" into ub-launcher3-burnaby-polish

* commit '9ccacb544bfcb6b444edf09b1b37f955ae57168c':
  Fixing 'Item removed' announced twice when using accessible DnD
This commit is contained in:
Sunny Goyal
2015-10-01 18:28:51 +00:00
committed by Android Git Automerger
2 changed files with 1 additions and 10 deletions

View File

@@ -125,9 +125,4 @@ public class DeleteDropTarget extends ButtonDropTarget {
dragLayer.animateView(d.dragView, fling, duration, tInterpolator, onAnimationEndRunnable,
DragLayer.ANIMATION_END_DISAPPEAR, null);
}
@Override
protected String getAccessibilityDropConfirmation() {
return getResources().getString(R.string.item_removed);
}
}