Fix NPE
Bug: 7024933
This commit is contained in:
@@ -2507,7 +2507,7 @@ public final class Launcher extends Activity
|
|||||||
dispatchOnLauncherTransitionEnd(fromView, animated, false);
|
dispatchOnLauncherTransitionEnd(fromView, animated, false);
|
||||||
dispatchOnLauncherTransitionEnd(toView, animated, false);
|
dispatchOnLauncherTransitionEnd(toView, animated, false);
|
||||||
|
|
||||||
if (!springLoaded && !LauncherApplication.isScreenLarge()) {
|
if (mWorkspace != null && !springLoaded && !LauncherApplication.isScreenLarge()) {
|
||||||
// Hide the workspace scrollbar
|
// Hide the workspace scrollbar
|
||||||
mWorkspace.hideScrollingIndicator(true);
|
mWorkspace.hideScrollingIndicator(true);
|
||||||
hideDockDivider();
|
hideDockDivider();
|
||||||
|
|||||||
Reference in New Issue
Block a user