Do not defer removing the drag view if we don't animate the item back into the folder. (Bug 6249514)
Change-Id: I40c47d9320158ec5ba4b4663316ecee488a61876
This commit is contained in:
@@ -978,6 +978,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
|
||||
if (d.dragView.hasDrawn()) {
|
||||
mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView);
|
||||
} else {
|
||||
d.deferDragViewCleanupPostAnimation = false;
|
||||
mCurrentDragView.setVisibility(VISIBLE);
|
||||
}
|
||||
mItemsInvalidated = true;
|
||||
|
||||
Reference in New Issue
Block a user