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

Commit 6d7bb2b1 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '8592-a14-reorder_fixes' into 'a14'

BL3: Do not set unoccupied twice

See merge request e/os/BlissLauncher3!115
parents 46b318e5 adce0ed7
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ public class ReorderAlgorithm {
                    result[0] = result[0] - 1;
                }
            }
            mCellLayout.markCellsAsUnoccupiedForView(dragView);
            if ((result[0] >= 0 && result[1] >= 0) && solution.map.containsKey(dragView)) {
                intersectingViewsExists(result[0], result[1], spanX, spanY, direction, dragView, solution);
            } else {