mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Fixing 'Item removed' announced twice when using accessible DnD
Change-Id: I2d8781155619d22a41c3f363be7909d411c62fa9
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user