summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DeviceProfile.java
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2015-01-03 13:48:45 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-01-10 03:07:40 +0000
commit3037abb7396dd8dbabd2cc95fc096f26825e9ab1 (patch)
tree180b85d088a2709b24bc484fee69a3907490d1e2 /src/com/android/launcher3/DeviceProfile.java
parentf64eac8bc7e5c0bb32b8f2514b1196b7066cd6ef (diff)
downloadandroid_packages_apps_Trebuchet-3037abb7396dd8dbabd2cc95fc096f26825e9ab1.tar.gz
android_packages_apps_Trebuchet-3037abb7396dd8dbabd2cc95fc096f26825e9ab1.tar.bz2
android_packages_apps_Trebuchet-3037abb7396dd8dbabd2cc95fc096f26825e9ab1.zip
Update workspace grid after toggling settings.
Change-Id: I851023e47fe12e434357962ee5f5b55b761da4c7
Diffstat (limited to 'src/com/android/launcher3/DeviceProfile.java')
-rw-r--r--src/com/android/launcher3/DeviceProfile.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java
index c92eae4cb..9bdfcf41b 100644
--- a/src/com/android/launcher3/DeviceProfile.java
+++ b/src/com/android/launcher3/DeviceProfile.java
@@ -925,6 +925,7 @@ public class DeviceProfile {
padding = new Rect();
if (pagedView != null) {
+ pagedView.updateGridSize();
// Constrain the dimensions of all apps so that it does not span the full width
int paddingLR = (availableWidthPx - (allAppsCellWidthPx * allAppsNumCols)) /
(2 * (allAppsNumCols + 1));