Fixed bug where workspace was not visible

This commit is contained in:
Michael Jurka
2011-01-16 18:43:41 -08:00
parent f3fe682092
commit b7e0e88412
+1
View File
@@ -1439,6 +1439,7 @@ public class Workspace extends SmoothPagedView
}
void unshrink(boolean animated, boolean springLoaded) {
mWaitingToShrink = false;
if (mIsSmall) {
float finalScaleFactor = 1.0f;
float finalBackgroundAlpha = 0.0f;