fix: persist confirm-tx view across popup close/reopen #81
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#81
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/77-confirm-tx-persist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
confirm-txview was not inRESTORABLE_VIEWS, so closing and reopening the popup would fall back to the main view, losing the pending transaction confirmation.Changes:
pendingTxdata tostate.viewDatawhen showing confirm-txconfirm-txtoRESTORABLE_VIEWSrestoreView()to re-render confirm-tx from persisted datadocker build .passes.Closes #77
Closing as duplicate of #79.
Pull request closed