LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

Icon and damageType was not showing on collectibles #245

Closed bill0042 closed 1 year ago

bill0042 commented 1 year ago

A recent commit made the icon and damageType no longer show on collectible items. The issue was that the DestinyItemInfo part of the bloc was not completed before the widgets were created and then they were not updated after the bloc was complete.

joaopmarquesini commented 1 year ago

I think there's a better fix for that instead of changing the item cover component (probably something in DefinitionItemInfo), gonna close this one and add it to the main PR checklist.