am fe69287b: Fix new NPE relating to reorder hints

* commit 'fe69287b97d16c8941ab9463e4868fca45ad8152':
  Fix new NPE relating to reorder hints
This commit is contained in:
Adam Cohen
2014-02-14 20:38:40 +00:00
committed by Android Git Automerger
+2 -2
View File
@@ -2632,9 +2632,9 @@ public class CellLayout extends ViewGroup {
}
if (mode == MODE_SHOW_REORDER_HINT) {
beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, 0,
ReorderPreviewAnimation.MODE_HINT);
if (finalSolution != null) {
beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, 0,
ReorderPreviewAnimation.MODE_HINT);
result[0] = finalSolution.dragViewX;
result[1] = finalSolution.dragViewY;
resultSpan[0] = finalSolution.dragViewSpanX;