summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/Workspace.java
diff options
context:
space:
mode:
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 cd3dfd3..565d25a 100644
--- a/src/com/cyanogenmod/trebuchet/Workspace.java
+++ b/src/com/cyanogenmod/trebuchet/Workspace.java
@@ -371,7 +371,7 @@ public class Workspace extends PagedView
setOnHierarchyChangeListener(this);
// if there is a value set it the preferences, use that instead
- if (!LauncherApplication.isScreenLarge()) {
+ if ((!LauncherApplication.isScreenLarge()) || (getResources().getBoolean(R.bool.config_workspaceTabletGrid) == true)) {
cellCountX = PreferencesProvider.Interface.Homescreen.getCellCountX(cellCountX);
cellCountY = PreferencesProvider.Interface.Homescreen.getCellCountY(cellCountY);
}