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

Commit 7aa4ac9f authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am d039b6e2: am fe69287b: Fix new NPE relating to reorder hints

* commit 'd039b6e2':
  Fix new NPE relating to reorder hints
parents f810f75f d039b6e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2632,9 +2632,9 @@ public class CellLayout extends ViewGroup {
        }

        if (mode == MODE_SHOW_REORDER_HINT) {
            if (finalSolution != null) {
                beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, 0,
                        ReorderPreviewAnimation.MODE_HINT);
            if (finalSolution != null) {
                result[0] = finalSolution.dragViewX;
                result[1] = finalSolution.dragViewY;
                resultSpan[0] = finalSolution.dragViewSpanX;