Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 949debe6 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix issue where we weren't saving span after resize drop (issue 9533407)

Change-Id: I760bf505ce9c894aedb6f1d0def63cdc7d39271a
parent 82398369
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2649,8 +2649,8 @@ public class Workspace extends SmoothPagedView
                        }
                    }

                    LauncherModel.moveItemInDatabase(mLauncher, info, container, screenId, lp.cellX,
                            lp.cellY);
                    LauncherModel.modifyItemInDatabase(mLauncher, info, container, screenId, lp.cellX,
                            lp.cellY, item.spanX, item.spanY);
                } else {
                    // If we can't find a drop location, we return the item to its original position
                    CellLayout.LayoutParams lp = (CellLayout.LayoutParams) cell.getLayoutParams();