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

WIP refactoring #1385

Draft
wants to merge 2 commits into
base: refactor/deep-link
Choose a base branch
from
Draft

Conversation

sidorov-panda
Copy link
Contributor

Description of the changes

// }
}
userWalletManager.$wallet
.dropFirst()
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do we need to drop first?

@@ -34,7 +34,10 @@ class UserWalletManager: ObservableObject {
try await storage.reloadSolanaAccount()

// Legacy code
guard let account = storage.account else { return }
guard let account = storage.account else {
wallet = nil
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you give some details about it?

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