Merge "Track drag/drop API change; no behavioral change"

This commit is contained in:
Christopher Tate 2010-12-01 14:46:19 -08:00 committed by Android (Google) Code Review
commit e633b9d7c2
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ public class MessageListFragment extends ListFragment
}
// Start dragging now
listItem.setOnDragListener(this);
listItem.startDrag(data, new ThumbnailBuilder(listItem, size), false);
listItem.startDrag(data, new ThumbnailBuilder(listItem, size), false, null);
return true;
}
return false;