OSDN Git Service

Merge "Updating ItemInfo objects in the worker thread" into ub-now-queens
authorSunny Goyal <sunnygoyal@google.com>
Tue, 21 Oct 2014 18:30:20 +0000 (18:30 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 21 Oct 2014 18:30:20 +0000 (18:30 +0000)
1  2 
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/LauncherAppState.java
src/com/android/launcher3/LauncherModel.java
src/com/android/launcher3/Workspace.java

@@@ -2063,12 -2032,7 +2064,11 @@@ public class Launcher extends Activit
          mWorkspace = null;
          mDragController = null;
  
-         PackageInstallerCompat.getInstance(this).onStop();
          LauncherAnimUtils.onDestroyActivity();
 +
 +        if (mLauncherCallbacks != null) {
 +            mLauncherCallbacks.onDestroy();
 +        }
      }
  
      public DragController getDragController() {