-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
NFT asset display error, probably a cache issue. #3406
Comments
Thanks for reporting this issue @GoDotDotDot, we're taking a look into this problem and I will follow up on the solution and the release in which it'll be included |
I thought I'd try to debug it, too. @gantunesr |
I opened a PR and you can review it if you have time. #3428 @gantunesr |
Hey @GoDotDotDot, I have reviewed and tested your PR and this development could solve this issue but it would introduce another bugs. We have already found the origin of this bug in the controllers module and a fix is under development right now |
Yes, according to my pr #3428:
I also found this problem because I was a bit confused about the version number of controller module, so I didn't deal with it. Thank you. @gantunesr |
Hi @GoDotDotDot, thank you for your input in this issue! Here's an update on the current development. There was two problems related to this issue, the first one was the wrong assignation of NFTs to different account and/or networks, the solution for this is in the PR #3458 which will be included in the v3.8.0. The second issue is about showing NFTs which the user is not the owner, this development will be addressed in the ticket 3444 |
thx. |
I'll close this issue for now. For updates check #3444 |
Describe the bug
I found that when I have more than 2 addresses with NFT on the Android side, then the cache situation occurs. For example, the wallet has 3 addresses, A, B and C. When both A and B have NFT assets, switching between A and B results in a wrong display of NFT assets for A and B. No problem when switching to C, C address does not have any NFT assets.
Screenshots
Address A:
Address B:
Address C:
To Reproduce
Steps to reproduce the behavior
Expected behavior
Switching to address A displays the NFT assets under address A. Switching to address B displays the NFT assets under address B.
Smartphone (please complete the following information):
to be added after bug submission by internal support / PM
Severity
The text was updated successfully, but these errors were encountered: