Revert "Fix issue of extra blank screen after uninstall (issue 12372657)"

This reverts commit b2603e3d3a.

Change-Id: I81f8c5a4e3861b936ef9e1fbdb339c12d5aefc70
This commit is contained in:
Adam Cohen
2014-03-06 22:30:35 +00:00
parent b2603e3d3a
commit 8a4a731b0f

View File

@@ -828,7 +828,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
}
});
} else {
mLauncher.getWorkspace().removeExtraEmptyScreen(true, null);
mLauncher.unlockScreenOrientation(false);
}
}