Merge "Quick patch for b/12446428." into jb-ub-now-kermit

This commit is contained in:
Dan Sandler
2014-01-13 15:35:40 +00:00
committed by Android (Google) Code Review
+4 -1
View File
@@ -1107,7 +1107,10 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
if (getItemCount() <= 1) {
// Remove the folder
LauncherModel.deleteItemFromDatabase(mLauncher, mInfo);
cellLayout.removeView(mFolderIcon);
if (cellLayout != null) {
// b/12446428 -- sometimes the cell layout has already gone away?
cellLayout.removeView(mFolderIcon);
}
if (mFolderIcon instanceof DropTarget) {
mDragController.removeDropTarget((DropTarget) mFolderIcon);
}