Skip to content

Conversation

@ojokne
Copy link
Member

@ojokne ojokne commented Jun 27, 2025

Fixes: #7839

This PR addresses the issue where users are not able to delete multiple wallets without restarting the app

This fix uses CommonActions.reset() to:

  • Clear the entire navigation stack
  • Redirect users to WalletsList
  • Prevent back navigation to screens associated with deleted data

I also tested StackActions.replace() but opted for reset() for a more consistent navigation state.

Let me know if you would prefer a different approach or if any changes are needed, happy to adjust.

@Overtorment Overtorment requested a review from marcosrdz July 1, 2025 10:40
Copy link
Member

@Overtorment Overtorment left a comment

Choose a reason for hiding this comment

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

lgtm

@marcosrdz marcosrdz merged commit 932ea28 into BlueWallet:master Jul 1, 2025
11 of 13 checks passed
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.

Unable to delete multiple wallets without restarting the app

3 participants