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:
commit
1c2278a3d3
@ -609,7 +609,7 @@ public class MessageListFragment extends ListFragment
|
|||||||
}
|
}
|
||||||
// Start dragging now
|
// Start dragging now
|
||||||
listItem.setOnDragListener(this);
|
listItem.setOnDragListener(this);
|
||||||
listItem.startDrag(data, new ShadowBuilder(listItem, size), false, null);
|
listItem.startDrag(data, new ShadowBuilder(listItem, size), null, 0);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user