OSDN Git Service

Merge "Fixing preloaded widget not getting used for animation" into ub-launcher3...
authorSunny Goyal <sunnygoyal@google.com>
Mon, 8 Jun 2015 22:32:48 +0000 (22:32 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 8 Jun 2015 22:32:49 +0000 (22:32 +0000)
1  2 
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/widget/WidgetsContainerView.java

@@@ -90,9 -88,9 +89,8 @@@ public class WidgetsContainerView exten
          super(context, attrs, defStyleAttr);
          mLauncher = (Launcher) context;
          mDragController = mLauncher.getDragController();
-         mWidgetHostViewLoader = new WidgetHostViewLoader(mLauncher);
          mAdapter = new WidgetsListAdapter(context, this, this, mLauncher);
          mIconCache = (LauncherAppState.getInstance()).getIconCache();
 -
          if (DEBUG) {
              Log.d(TAG, "WidgetsContainerView constructor");
          }