summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-15 17:00:36 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-15 17:00:36 +0000
commitbbf4dd7599f8b60e48937cf16c9b1466f5466e97 (patch)
tree003cdc12916333249441cfd4dbe904adfa40920e
parent3ad0983f166c897b2d2650062a5f537789cdca9a (diff)
downloadpackages_apps_trebuchet-bbf4dd7599f8b60e48937cf16c9b1466f5466e97.zip
packages_apps_trebuchet-bbf4dd7599f8b60e48937cf16c9b1466f5466e97.tar.gz
packages_apps_trebuchet-bbf4dd7599f8b60e48937cf16c9b1466f5466e97.tar.bz2
Workspace: Fix missing show outlines
Change-Id: I893002dd7aa1c556c6d6b712ce042e5d9c5eac7e
-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 51a21a5..379b0fc 100644
--- a/src/com/cyanogenmod/trebuchet/Workspace.java
+++ b/src/com/cyanogenmod/trebuchet/Workspace.java
@@ -2561,7 +2561,7 @@ public class Workspace extends SmoothPagedView
// Because we don't have space in the Phone UI (the CellLayouts run to the edge) we
// don't need to show the outlines
- if (LauncherApplication.isScreenLarge()) {
+ if (mShowOutlines) {
showOutlines();
}
}