am fa7969fb: Fix NPE
* commit 'fa7969fbd587d8eb2e43093a83fcad85e2b91726': Fix NPE
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user