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:
@@ -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