summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-10-23 12:09:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-23 12:09:53 -0700
commit0b5e98f7c2acf69d2d624620059a3e14fdb27d87 (patch)
treeddfde3200255269b19ca263e5af5018c4a11b954 /src/com/android
parent3d7f086f6a6eb730dbd8d5e8874ce7a71a7a8194 (diff)
parent55585dbc1d5d9281416f346167832f2a2f443c0c (diff)
downloadandroid_packages_apps_Trebuchet-0b5e98f7c2acf69d2d624620059a3e14fdb27d87.tar.gz
android_packages_apps_Trebuchet-0b5e98f7c2acf69d2d624620059a3e14fdb27d87.tar.bz2
android_packages_apps_Trebuchet-0b5e98f7c2acf69d2d624620059a3e14fdb27d87.zip
am 55585dbc: Fix loading widgets in <include>d workspaces.
* commit '55585dbc1d5d9281416f346167832f2a2f443c0c': Fix loading widgets in <include>d workspaces.
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher3/LauncherProvider.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherProvider.java b/src/com/android/launcher3/LauncherProvider.java
index d0f6770d3..e992706de 100644
--- a/src/com/android/launcher3/LauncherProvider.java
+++ b/src/com/android/launcher3/LauncherProvider.java
@@ -1046,7 +1046,6 @@ public class LauncherProvider extends ContentProvider {
// recursively load some more favorites, why not?
i += loadFavorites(db, resId);
added = false;
- mMaxItemId = -1;
} else {
Log.w(TAG, String.format("Skipping <include workspace=0x%08x>", resId));
}