Merge "Fixing regression where the proper rotation check was not being done. (Bug 6422040)" into jb-dev
This commit is contained in:
@@ -386,7 +386,7 @@ public class Workspace extends SmoothPagedView
|
||||
public void onDragEnd() {
|
||||
mIsDragOccuring = false;
|
||||
updateChildrenLayersEnabled();
|
||||
mLauncher.unlockScreenOrientation();
|
||||
mLauncher.unlockScreenOrientation(false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user