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

am: df64e9ee06

Change-Id: I27b16b2f526034b50012b65d032098b75f86a754
This commit is contained in:
Tony Wickham 2016-08-09 22:03:54 +00:00 committed by android-build-merger
commit 64624c80fc
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC
@Override
public boolean supportsDeleteDropTarget() {
return true;
return false;
}
@Override