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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user