Merge "Remove a database operation that is not required"

This commit is contained in:
Adam Cohen
2012-07-11 16:37:22 -07:00
committed by Android (Google) Code Review
@@ -303,7 +303,6 @@ public class FolderIcon extends LinearLayout implements FolderListener {
public void addItem(ShortcutInfo item) {
mInfo.add(item);
LauncherModel.addOrMoveItemInDatabase(mLauncher, item, mInfo.id, 0, item.cellX, item.cellY);
}
public void onDragEnter(Object dragInfo) {