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

* commit '0f84a604563037ea65883b99d30e7ff802d986c2':
  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:15:32 -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;