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

@@ -309,14 +309,10 @@ public abstract class ButtonDropTarget extends TextView
setOnClickListener(enable ? this : null);
}
protected String getAccessibilityDropConfirmation() {
return null;
}
@Override
public void onClick(View v) {
LauncherAppState.getInstance().getAccessibilityDelegate()
.handleAccessibleDrop(this, null, getAccessibilityDropConfirmation());
.handleAccessibleDrop(this, null, null);
}
public int getTextColor() {