mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
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:
@@ -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