diff --git a/src/com/android/launcher2/ItemInfo.java b/src/com/android/launcher2/ItemInfo.java index f9ae3686e8..165c07b91a 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