Disable wallpaper in -1 space in GEL and hack around window animations

Bug: 12978354

Change-Id: I8b5602ae434a9151b40d41defb891db1ad78ce81
This commit is contained in:
Selim Cinek
2014-01-16 10:38:38 -08:00
committed by Jorim Jaggi
parent 497ecbd311
commit 3a8a8f7c23
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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);
}