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

Fix saved addresses in activity 13663 #14069

Merged
merged 4 commits into from
Mar 25, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    be75797 View commit details
    Browse the repository at this point in the history
  2. chore(wallet) lazy load TransactionDetailView

    I was debugging a crash at login and found out that
    TransactionDetailView was being loaded even when it was not being used;
    my debugging code in `onComplete` was trying to access transaction data
    from nim which was not set.
    
    Updates #13663
    stefandunca committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    caf0c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd8492f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    326721e View commit details
    Browse the repository at this point in the history