summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/launcher3/Workspace.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/com/android/launcher3/Workspace.java b/src/com/android/launcher3/Workspace.java
index 97577a10a..a93fff47b 100644
--- a/src/com/android/launcher3/Workspace.java
+++ b/src/com/android/launcher3/Workspace.java
@@ -2186,7 +2186,7 @@ public class Workspace extends SmoothPagedView
}
private void enableOverviewMode(boolean enable, int snapPage, boolean animated) {
- // Check to see if new Settings need to taken
+ // Check to see if new Settings need to be taken
reloadSettings();
mLauncher.updateGridIfNeeded();
@@ -2284,6 +2284,9 @@ public class Workspace extends SmoothPagedView
return null;
}
+ // Check to see if new Settings need to be taken
+ reloadSettings();
+
// Initialize animation arrays for the first time if necessary
initAnimationArrays();