summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Workspace.java
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-01-16 10:38:38 -0800
committerJorim Jaggi <jjaggi@google.com>2014-03-07 14:30:36 +0100
commit3a8a8f7c2355863006208fced945f63c9bdb40b4 (patch)
tree43a6272166697bcc4537075f599e3a9e0b8762de /src/com/android/launcher3/Workspace.java
parent497ecbd311bce99d652f74492f623c8b93b2b5f9 (diff)
downloadandroid_packages_apps_Trebuchet-3a8a8f7c2355863006208fced945f63c9bdb40b4.tar.gz
android_packages_apps_Trebuchet-3a8a8f7c2355863006208fced945f63c9bdb40b4.tar.bz2
android_packages_apps_Trebuchet-3a8a8f7c2355863006208fced945f63c9bdb40b4.zip
Disable wallpaper in -1 space in GEL and hack around window animations
Bug: 12978354 Change-Id: I8b5602ae434a9151b40d41defb891db1ad78ce81
Diffstat (limited to 'src/com/android/launcher3/Workspace.java')
-rw-r--r--src/com/android/launcher3/Workspace.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/Workspace.java b/src/com/android/launcher3/Workspace.java
index 567abfa47..1d413f5ef 100644
--- a/src/com/android/launcher3/Workspace.java
+++ b/src/com/android/launcher3/Workspace.java
@@ -1215,7 +1215,7 @@ public class Workspace extends SmoothPagedView
if (hasCustomContent() && getNextPage() == 0 && !mCustomContentShowing) {
mCustomContentShowing = true;
if (mCustomContentCallbacks != null) {
- mCustomContentCallbacks.onShow();
+ mCustomContentCallbacks.onShow(false);
mCustomContentShowTime = System.currentTimeMillis();
mLauncher.updateVoiceButtonProxyVisible(false);
}