Merge "Little fix for folders"
diff --git a/src/com/android/launcher2/Folder.java b/src/com/android/launcher2/Folder.java
index 8a1b957..788d4b9 100644
--- a/src/com/android/launcher2/Folder.java
+++ b/src/com/android/launcher2/Folder.java
@@ -888,6 +888,7 @@
             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;
         }