diff options
Diffstat (limited to 'src/com/android')
-rw-r--r-- | src/com/android/launcher2/ItemInfo.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher2/ItemInfo.java b/src/com/android/launcher2/ItemInfo.java index f9ae368..165c07b 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 |