summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Workspace.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-01-08 14:04:34 -0800
committerDanesh M <daneshm90@gmail.com>2014-06-06 22:54:24 -0700
commit8dbb0433f18d9c92ba0bd410e38fdcca6793d3c7 (patch)
tree6900bd045ea536f90f9263777c495055ad73c4d3 /src/com/android/launcher3/Workspace.java
parent086a90198f35c2ce09eed8409306fceed49fe58e (diff)
downloadandroid_packages_apps_Trebuchet-8dbb0433f18d9c92ba0bd410e38fdcca6793d3c7.tar.gz
android_packages_apps_Trebuchet-8dbb0433f18d9c92ba0bd410e38fdcca6793d3c7.tar.bz2
android_packages_apps_Trebuchet-8dbb0433f18d9c92ba0bd410e38fdcca6793d3c7.zip
Adding migration Clings. (Bug 11973614)
- Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
Diffstat (limited to 'src/com/android/launcher3/Workspace.java')
-rw-r--r--src/com/android/launcher3/Workspace.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/Workspace.java b/src/com/android/launcher3/Workspace.java
index f62e010e4..690cd1e08 100644
--- a/src/com/android/launcher3/Workspace.java
+++ b/src/com/android/launcher3/Workspace.java
@@ -622,7 +622,7 @@ public class Workspace extends SmoothPagedView
addFullScreenPage(customScreen);
// Update the custom content hint
- mLauncher.updateCustomContentHintVisibility();
+ mLauncher.getLauncherClings().updateCustomContentHintVisibility();
if (mRestorePage != INVALID_RESTORE_PAGE) {
mRestorePage = mRestorePage + 1;
} else {
@@ -648,7 +648,7 @@ public class Workspace extends SmoothPagedView
mCustomContentCallbacks = null;
// Update the custom content hint
- mLauncher.updateCustomContentHintVisibility();
+ mLauncher.getLauncherClings().updateCustomContentHintVisibility();
if (mRestorePage != INVALID_RESTORE_PAGE) {
mRestorePage = mRestorePage - 1;
} else {