* commit 'fa7969fbd587d8eb2e43093a83fcad85e2b91726':
  Fix NPE
This commit is contained in:
Michael Jurka
2012-09-21 17:08:38 -07:00
committed by Android Git Automerger
+1 -1
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();