summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/ButtonDropTarget.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-10-01 18:28:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-01 18:28:51 +0000
commit93809cc3162cd1fada70b75a1b9e4427b5ce0fa9 (patch)
tree38b7cc25453c9247054393dcc941f1c37d6ef48d /src/com/android/launcher3/ButtonDropTarget.java
parent81d5a2227bd0aaf359e72c45a54c5f3d9c9bda27 (diff)
parent9ccacb544bfcb6b444edf09b1b37f955ae57168c (diff)
downloadandroid_packages_apps_Trebuchet-93809cc3162cd1fada70b75a1b9e4427b5ce0fa9.tar.gz
android_packages_apps_Trebuchet-93809cc3162cd1fada70b75a1b9e4427b5ce0fa9.tar.bz2
android_packages_apps_Trebuchet-93809cc3162cd1fada70b75a1b9e4427b5ce0fa9.zip
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
Diffstat (limited to 'src/com/android/launcher3/ButtonDropTarget.java')
-rw-r--r--src/com/android/launcher3/ButtonDropTarget.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/com/android/launcher3/ButtonDropTarget.java b/src/com/android/launcher3/ButtonDropTarget.java
index 2a8567c4f..a19f00d1f 100644
--- a/src/com/android/launcher3/ButtonDropTarget.java
+++ b/src/com/android/launcher3/ButtonDropTarget.java
@@ -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() {