Loading src/com/android/launcher3/popup/PopupContainerWithArrow.java +1 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,7 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext> return; } mSystemShortcutContainer = inflateAndAdd(systemShortcutContainerLayout, this); mWidgetContainer = mSystemShortcutContainer; for (int i = 0; i < systemShortcuts.size(); i++) { initializeSystemShortcut( systemShortcutLayout, Loading Loading
src/com/android/launcher3/popup/PopupContainerWithArrow.java +1 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,7 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext> return; } mSystemShortcutContainer = inflateAndAdd(systemShortcutContainerLayout, this); mWidgetContainer = mSystemShortcutContainer; for (int i = 0; i < systemShortcuts.size(); i++) { initializeSystemShortcut( systemShortcutLayout, Loading