Merge "Fix issue of extra blank screen after uninstall (issue 12372657)" into ub-now-lunchbox

This commit is contained in:
Adam Cohen
2014-03-04 00:14:38 +00:00
committed by Android (Google) Code Review
@@ -828,6 +828,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
}
});
} else {
mLauncher.getWorkspace().removeExtraEmptyScreen(true, null);
mLauncher.unlockScreenOrientation(false);
}
}