OSDN Git Service

resolve conflicts w/4f174f1d27adbde6f50e11ee3a8eaf162a030284
authorEd Heyl <ed@google.com>
Wed, 25 Jul 2012 22:04:00 +0000 (15:04 -0700)
committerEd Heyl <ed@google.com>
Wed, 25 Jul 2012 22:04:00 +0000 (15:04 -0700)
Change-Id: I7ecce86e58af545aa18ea25e16978a1dce9dab8e

1  2 
src/com/android/launcher2/AppsCustomizePagedView.java
src/com/android/launcher2/AppsCustomizeTabHost.java
src/com/android/launcher2/Launcher.java
src/com/android/launcher2/LauncherModel.java

@@@ -1781,8 -1685,8 +1781,8 @@@ public class LauncherModel extends Broa
              // shallow copy
              @SuppressWarnings("unchecked")
              final ArrayList<ApplicationInfo> list
 -                    = (ArrayList<ApplicationInfo>) mAllAppsList.data.clone();
 +                    = (ArrayList<ApplicationInfo>) mBgAllAppsList.data.clone();
-             mHandler.post(new Runnable() {
+             Runnable r = new Runnable() {
                  public void run() {
                      final long t = SystemClock.uptimeMillis();
                      final Callbacks callbacks = tryGetCallbacks(oldCallbacks);