Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(AND) (BUG) From wishlist tab, like info does not update #291

Open
egirgin opened this issue Dec 22, 2020 · 1 comment
Open

(AND) (BUG) From wishlist tab, like info does not update #291

egirgin opened this issue Dec 22, 2020 · 1 comment
Assignees
Labels
Android Issues regarding Android app Android-Logic Issues required functionality implementation for Android Android-UI UI issues for Android Bug A feature does not work. Effort: High This task is challenging and wants a bit more commitment. Priority: Medium This issue has to be handled in this week. Status: Pending No progress made for this issue.

Comments

@egirgin
Copy link
Collaborator

egirgin commented Dec 22, 2020

Describe the bug
Switching from wishlist tab to home (product list) and category (product list) tab, the removed items from wishlist tab kept as liked.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Homepage tab.
  2. Search for a keyword
  3. Like a product from the search results
  4. Go to wishlist tab
  5. Remove the product you just liked
  6. Click to homepage tab
  7. See the product as liked (although it is removed from the wishlist in the DB)
  8. (The same thing applies when you liked a product from the category tab)

Expected behavior
The removed product from wishlist must be seen as disliked.

Additional context
We need a visual update for the fragment of the tabs, after every tab switch

@egirgin egirgin added Priority: Medium This issue has to be handled in this week. Status: Pending No progress made for this issue. Effort: High This task is challenging and wants a bit more commitment. Bug A feature does not work. Android Issues regarding Android app Android-UI UI issues for Android Android-Logic Issues required functionality implementation for Android labels Dec 22, 2020
@alprnbg
Copy link
Collaborator

alprnbg commented Dec 25, 2020

We should update the list in onResume method to solve this bug. I can't think of any alternative solution to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Issues regarding Android app Android-Logic Issues required functionality implementation for Android Android-UI UI issues for Android Bug A feature does not work. Effort: High This task is challenging and wants a bit more commitment. Priority: Medium This issue has to be handled in this week. Status: Pending No progress made for this issue.
Projects
None yet
Development

No branches or pull requests

4 participants