am ae711952: API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"

* commit 'ae7119524b6032d8471f926c289703a33de2cbb9':
  API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"
This commit is contained in:
Christopher Tate 2011-01-11 20:06:05 -08:00 committed by Android Git Automerger
commit 1c2278a3d3

View File

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