Skip to content

Show alert when importing an already imported wallet#122

Open
DRadmir wants to merge 1 commit intomainfrom
feature/duplicate-wallet-import-alert
Open

Show alert when importing an already imported wallet#122
DRadmir wants to merge 1 commit intomainfrom
feature/duplicate-wallet-import-alert

Conversation

@DRadmir
Copy link
Copy Markdown
Contributor

@DRadmir DRadmir commented Apr 9, 2026

Instead of silently navigating to the setup screen, show an alert informing the user the wallet is already imported. The alert offers two options: switch to the existing wallet or import a different one.

  • Add WalletImportResult enum (iOS/Android) to distinguish new vs existing
  • Skip setup wallet screen for existing wallets on both platforms
  • Fix Android not detecting duplicate address and private key imports
  • Make AlertAction.action @mainactor @sendable for safe UI callbacks
  • Add WalletType.descriptionRes extension on Android
  • Localize all alert strings via Lokalise
Screenshot 2026-04-09 at 4 44 13 PM Screenshot 2026-04-09 at 4 44 23 PM

Instead of silently navigating to the setup screen, show an alert
informing the user the wallet is already imported. The alert offers
two options: switch to the existing wallet or import a different one.

- Add WalletImportResult enum (iOS/Android) to distinguish new vs existing
- Skip setup wallet screen for existing wallets on both platforms
- Fix Android not detecting duplicate address and private key imports
- Make AlertAction.action @mainactor @sendable for safe UI callbacks
- Add WalletType.descriptionRes extension on Android
- Localize all alert strings via Lokalise
@DRadmir DRadmir self-assigned this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant