Animating the drag view scale up and down when dragging items.
Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
This commit is contained in:
@@ -394,7 +394,9 @@ public class DragController {
|
||||
listener.onDragEnd();
|
||||
}
|
||||
if (mDragObject.dragView != null) {
|
||||
mDragObject.dragView.remove();
|
||||
if (!mDragObject.deferDragViewCleanupPostAnimation) {
|
||||
mDragObject.dragView.remove();
|
||||
}
|
||||
mDragObject.dragView = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user