Fix crash caused by double loading of widget previews

Bug: 8146408
This commit is contained in:
Michael Jurka
2013-02-06 13:43:54 +01:00
parent 3f4e070aa5
commit 3c69decd81
@@ -1242,6 +1242,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
maxPreviewWidth, maxPreviewHeight, mWidgetCountX);
}
}
layout.setOnLayoutListener(null);
}
});
}