planetarium/NineChronicles
Refresh `BuyView` when returning from `SellView`
Aberta
#6.097 aberto em 10 de out. de 2024
buggood first issuehacktoberfest
Métricas do repositório
- Stars
- (407 estrelas)
- Métricas de merge de PR
- (Mesclagem média 44m) (2 fundiu PRs em 30d)
Description
Context
There is a bug that displays items filtered by the previously selected item type filter, even though the 'Weapon' item filter appears to be selected when re-entering the 'Buy' tab after selecting an item type filter (e.g. belt, ring) and entering the 'Sell' tab, in the Shop feature.
Reproduce
You can reproduce such situation by the following steps:
- Enter
Shop, then you'll enterBUYtab. - Choose the item filter except for
WEAPON. (e.g., BELT, RING) - Enter
SELLtab - Then enter
BUYtab again.
Tips
To resolve this issue, you should see ...