Change drag from shortcuts to say "Cancel" instead of "Remove"

Bug: 30757836
Change-Id: I7d2d97898bd1feac3cd7ba15614c29a1e1b33841
This commit is contained in:
Tony Wickham
2016-08-09 11:07:46 -07:00
parent 37aba27bbc
commit df64e9ee06
@@ -563,7 +563,7 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC
@Override
public boolean supportsDeleteDropTarget() {
return true;
return false;
}
@Override