From 695ff6b6fada4e1037592d7c4961321e12890b7d Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Mon, 5 Aug 2013 12:06:48 +0200 Subject: Fix build error --- src/com/android/launcher3/LauncherModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/LauncherModel.java b/src/com/android/launcher3/LauncherModel.java index fc1c1d06a..cec446f04 100644 --- a/src/com/android/launcher3/LauncherModel.java +++ b/src/com/android/launcher3/LauncherModel.java @@ -1491,7 +1491,7 @@ public class LauncherModel extends BroadcastReceiver { // Cross reference all the applications in our apps list with items in the workspace ArrayList tmpInfos; - ArrayList added = new ArrayList(); + ArrayList added = new ArrayList(); synchronized (sBgLock) { for (ApplicationInfo app : mBgAllAppsList.data) { tmpInfos = getItemInfoForComponentName(app.componentName); -- cgit v1.2.3