mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Fix NPE" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
840ebf6277
@@ -2452,7 +2452,9 @@ public final class Launcher extends Activity
|
||||
fromView.setVisibility(View.GONE);
|
||||
dispatchOnLauncherTransitionEnd(fromView, animated, true);
|
||||
dispatchOnLauncherTransitionEnd(toView, animated, true);
|
||||
mWorkspace.hideScrollingIndicator(false);
|
||||
if (mWorkspace != null) {
|
||||
mWorkspace.hideScrollingIndicator(false);
|
||||
}
|
||||
if (onCompleteRunnable != null) {
|
||||
onCompleteRunnable.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user