Bug: 7024933
This commit is contained in:
Michael Jurka
2012-09-21 16:39:14 -07:00
parent e5574e0b73
commit fa7969fbd5

View File

@@ -2507,7 +2507,7 @@ public final class Launcher extends Activity
dispatchOnLauncherTransitionEnd(fromView, animated, false);
dispatchOnLauncherTransitionEnd(toView, animated, false);
if (!springLoaded && !LauncherApplication.isScreenLarge()) {
if (mWorkspace != null && !springLoaded && !LauncherApplication.isScreenLarge()) {
// Hide the workspace scrollbar
mWorkspace.hideScrollingIndicator(true);
hideDockDivider();