commit | 4b919f813f4e5e0323a4c1747392551fce4a8758 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Tue May 01 10:44:08 2012 -0700 |
committer | Winson Chung <winsonc@google.com> | Tue May 01 10:45:05 2012 -0700 |
tree | 06bf7f34f3d75eb569dc312f512804601c26a8a7 | |
parent | d7c28056d3fc462f42b508026154d6d8fee5606b [diff] [blame] |
Fixing regression where the proper rotation check was not being done. (Bug 6422040) Change-Id: Iadc9a886b84c4418750dc365298944f76c564587
diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java index 3936e59..3050944 100644 --- a/src/com/android/launcher2/AppsCustomizePagedView.java +++ b/src/com/android/launcher2/AppsCustomizePagedView.java
@@ -758,7 +758,7 @@ // drop in Workspace mLauncher.exitSpringLoadedDragMode(); } - mLauncher.unlockScreenOrientation(); + mLauncher.unlockScreenOrientation(false); } @Override