summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/launcher2/Folder.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/Folder.java b/src/com/android/launcher2/Folder.java
index 8a1b9576f..788d4b9bc 100644
--- a/src/com/android/launcher2/Folder.java
+++ b/src/com/android/launcher2/Folder.java
@@ -888,6 +888,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
si.cellX = lp.cellY = mEmptyCell[1];
mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true);
mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView);
+ mItemsInvalidated = true;
setupContentDimension(getItemCount());
mSuppressOnAdd = true;
}