Merge "Fixing regression where the proper rotation check was not being done. (Bug 6422040)" into jb-dev

This commit is contained in:
Winson Chung
2012-05-01 12:54:08 -07:00
committed by Android (Google) Code Review
3 changed files with 25 additions and 17 deletions
@@ -758,7 +758,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
// drop in Workspace
mLauncher.exitSpringLoadedDragMode();
}
mLauncher.unlockScreenOrientation();
mLauncher.unlockScreenOrientation(false);
}
@Override