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
+1 -1
View File
@@ -386,7 +386,7 @@ public class Workspace extends SmoothPagedView
public void onDragEnd() {
mIsDragOccuring = false;
updateChildrenLayersEnabled();
mLauncher.unlockScreenOrientation();
mLauncher.unlockScreenOrientation(false);
}
/**