-
Notifications
You must be signed in to change notification settings - Fork 635
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
Fix NFT save #6356
base: develop
Are you sure you want to change the base?
Fix NFT save #6356
Conversation
e669614
to
a897029
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (asset?.image_url) { | ||
const fullResUrl = getFullResUrl(asset.image_url); | ||
fullResUrl && saveToCameraRoll(fullResUrl); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we even show the save button if there's nothing to save?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue as Ibrahim described. iOS works well though
Fixes APP-1782
What changed (plus any additional context for devs)
however the website has some issues on mobile were the popup that shows the specific NFT doesn't work but that's out of scope.
Screen recordings / screenshots
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-12-18.at.19.23.56.mp4
What to test
@ibrahimtaveras00 can u give it a try on android?