summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-03-03 14:53:11 -0800
committerMichael Jurka <mikejurka@google.com>2011-03-03 14:53:11 -0800
commit25356e75ebae5d6e0be43f38d2c73b5cb59d05f2 (patch)
treef4fff9c761e472edf774ede7391b57d022367e9f /src/com/android
parent8499adddad95a79e4d09e46c6b89591ddf9a1087 (diff)
downloadandroid_packages_apps_Trebuchet-25356e75ebae5d6e0be43f38d2c73b5cb59d05f2.tar.gz
android_packages_apps_Trebuchet-25356e75ebae5d6e0be43f38d2c73b5cb59d05f2.tar.bz2
android_packages_apps_Trebuchet-25356e75ebae5d6e0be43f38d2c73b5cb59d05f2.zip
Fixed issue where background wasn't rendered behind customization tray
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher2/Workspace.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Workspace.java b/src/com/android/launcher2/Workspace.java
index 263aaad66..88233c12b 100644
--- a/src/com/android/launcher2/Workspace.java
+++ b/src/com/android/launcher2/Workspace.java
@@ -114,7 +114,7 @@ public class Workspace extends SmoothPagedView
private ValueAnimator mBackgroundFadeOutAnimation;
private Drawable mBackground;
private Drawable mCustomizeTrayBackground;
- boolean mDrawBackground;
+ boolean mDrawBackground = true;
private boolean mDrawCustomizeTrayBackground;
private float mBackgroundAlpha = 0;
private float mOverScrollMaxBackgroundAlpha = 0.0f;