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

Add "Go to Parent Wallet" wallet menu option #5301

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Oct 10, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

navigation.navigate('transactionList', {
walletId,
tokenId: null,
walletName: wallet.name ?? wallet.currencyInfo.displayName
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never access wallet.name directly. We have a helper function for this, getWalletName, that handles all the fallback stuff.

@Jon-edge Jon-edge merged commit 31337be into develop Oct 11, 2024
1 of 2 checks passed
@Jon-edge Jon-edge deleted the jon/parent-wallet-option branch October 11, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants