Merge "Fix crash caused by double loading of widget previews"

This commit is contained in:
Michael Jurka
2013-02-06 13:33:57 +00:00
committed by Android (Google) Code Review
@@ -1242,6 +1242,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
maxPreviewWidth, maxPreviewHeight, mWidgetCountX);
}
}
layout.setOnLayoutListener(null);
}
});
}