am e78691ee: am 0f84a604: Ensuring that we always update the container when modifying an item in the db. (Bug 11008354)

* commit 'e78691eef11fb7d421d1ab110c29f5904cf72fe4':
  Ensuring that we always update the container when modifying an item in the db. (Bug 11008354)
This commit is contained in:
Winson Chung
2013-09-30 16:18:34 -07:00
committed by Android Git Automerger
@@ -694,6 +694,7 @@ public class LauncherModel extends BroadcastReceiver {
*/
static void modifyItemInDatabase(Context context, final ItemInfo item, final long container,
final long screenId, final int cellX, final int cellY, final int spanX, final int spanY) {
item.container = container;
item.cellX = cellX;
item.cellY = cellY;
item.spanX = spanX;