Skip to content

Stop transaction status polling when the wallet is removed - #862

Open
DRadmir wants to merge 1 commit into
mainfrom
wt2/transaction-poll-crash
Open

Stop transaction status polling when the wallet is removed#862
DRadmir wants to merge 1 commit into
mainfrom
wt2/transaction-poll-crash

Conversation

@DRadmir

@DRadmir DRadmir commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Deleting a wallet while it still had a pending transaction left the status poller running. On Android the next status update crashed the app, and on iOS the poller kept running forever and processed results for the removed wallet.

Now the poller stops as soon as its transaction is gone, and a status update can no longer crash the app.

Closes #850

@DRadmir DRadmir self-assigned this Aug 10, 2026
@DRadmir
DRadmir requested a review from gemdev111 August 10, 2026 07:03
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.

Transaction status polling crashes the app after wallet deletion

1 participant