Loading src/com/android/launcher3/model/BgDataModel.java +2 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,8 @@ public class BgDataModel { // Now add the new shortcuts to the map. for (ShortcutInfo shortcut : shortcuts) { boolean shouldShowInContainer = shortcut.isEnabled() && (shortcut.isDeclaredInManifest() || shortcut.isDynamic()); && (shortcut.isDeclaredInManifest() || shortcut.isDynamic()) && shortcut.getActivity() != null; if (shouldShowInContainer) { ComponentKey targetComponent = new ComponentKey(shortcut.getActivity(), shortcut.getUserHandle()); Loading Loading
src/com/android/launcher3/model/BgDataModel.java +2 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,8 @@ public class BgDataModel { // Now add the new shortcuts to the map. for (ShortcutInfo shortcut : shortcuts) { boolean shouldShowInContainer = shortcut.isEnabled() && (shortcut.isDeclaredInManifest() || shortcut.isDynamic()); && (shortcut.isDeclaredInManifest() || shortcut.isDynamic()) && shortcut.getActivity() != null; if (shouldShowInContainer) { ComponentKey targetComponent = new ComponentKey(shortcut.getActivity(), shortcut.getUserHandle()); Loading