summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-09-07 00:40:46 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-07 00:40:48 -0700
commit061e9008b04667d58c58036f764c35f5b9a0edad (patch)
tree153b9c121ae91f1e3a0cd8986194af6339f691a2 /src
parent6323a55fe25789b84fa60d5eeb78c7abff6b0ccd (diff)
parent96610d53f1cb1fa4c2406f7b3fca0fcaf16f6b36 (diff)
downloadandroid_packages_apps_Trebuchet-061e9008b04667d58c58036f764c35f5b9a0edad.tar.gz
android_packages_apps_Trebuchet-061e9008b04667d58c58036f764c35f5b9a0edad.tar.bz2
android_packages_apps_Trebuchet-061e9008b04667d58c58036f764c35f5b9a0edad.zip
Merge "Adding more debug code for dup. ItemInfo bug" into jb-mr1-dev
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/ItemInfo.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher2/ItemInfo.java b/src/com/android/launcher2/ItemInfo.java
index f9ae3686e..165c07b91 100644
--- a/src/com/android/launcher2/ItemInfo.java
+++ b/src/com/android/launcher2/ItemInfo.java
@@ -114,6 +114,8 @@ class ItemInfo {
screen = info.screen;
itemType = info.itemType;
container = info.container;
+ // tempdebug:
+ LauncherModel.checkItemInfo(this);
}
/** Returns the package name that the intent will resolve to, or an empty string if