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

Commit 9c74327e authored by Sebastian Franco's avatar Sebastian Franco
Browse files

Fixing the revert by not continuing the reorder if the solution is null.

Fix: 258023561
Bug: 259234533
Test: atest testAddDeleteShortcutOnHotseat
Change-Id: I63a2abf8a80e16fb45f4bbb3b2de413ef77b5e0c
parent f9a6ac24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2559,8 +2559,8 @@ public class CellLayout extends ViewGroup {
            result[1] = finalSolution.cellY;
            resultSpan[0] = finalSolution.spanX;
            resultSpan[1] = finalSolution.spanY;
        }
            performReorder(finalSolution, dragView, mode);
        }
        return result;
    }