summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/Workspace.java
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-04-05 14:02:03 +0200
committernebkat <nebkat@teamhacksung.org>2012-12-24 10:12:36 +0000
commitd9cb08dc62e6a816f81d640b4829bb9266a5c38c (patch)
treea8cacbcfe9b3bd4c8b4c88058e463b0e497cf6cb /src/com/cyanogenmod/trebuchet/Workspace.java
parent3c512865bfc4243ccab4103320407dcd1e58d874 (diff)
downloadandroid_packages_apps_Trebuchet-d9cb08dc62e6a816f81d640b4829bb9266a5c38c.tar.gz
android_packages_apps_Trebuchet-d9cb08dc62e6a816f81d640b4829bb9266a5c38c.tar.bz2
android_packages_apps_Trebuchet-d9cb08dc62e6a816f81d640b4829bb9266a5c38c.zip
Hotseat: Fix landscape grid
Conflicts: src/com/cyanogenmod/trebuchet/Hotseat.java Change-Id: Ib5fd58b084048b458c82bbf134084354d2e74cd9
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/Workspace.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/Workspace.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/trebuchet/Workspace.java b/src/com/cyanogenmod/trebuchet/Workspace.java
index 05567e25e..7c30386d9 100644
--- a/src/com/cyanogenmod/trebuchet/Workspace.java
+++ b/src/com/cyanogenmod/trebuchet/Workspace.java
@@ -679,8 +679,8 @@ public class Workspace extends SmoothPagedView
// Note: We do this to ensure that the hotseat is always laid out in the orientation
// of the hotseat in order regardless of which orientation they were added
+ y = mLauncher.getHotseat().getCellYFromOrder(x);
x = mLauncher.getHotseat().getCellXFromOrder(x);
- y = mLauncher.getHotseat().getCellYFromOrder(y);
} else {
if (!mHideIconLabels) {
// Show titles if not in the hotseat