Skip to content

Commit

Permalink
fix(android): use manifest shortcuts for staticItems
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Aug 10, 2020
1 parent 975af13 commit 79102ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public ShortcutItemProxy[] staticItems()
return null;
}

return toShortcutItems(shortcutManager.getPinnedShortcuts());
return toShortcutItems(shortcutManager.getManifestShortcuts());
}

/**
Expand Down

0 comments on commit 79102ee

Please sign in to comment.