Commit d3891d5
committed
fix: remove double-pop from BuildingTransactionDialog cancel
The dialog's cancel button popped the navigator itself and then invoked
onCancel, while callers' onCancel handlers also popped, causing a double
pop. Drop the internal pop so the caller owns the dismissal, and add the
missing pop to Step4View's onCancel.1 parent 51db6c7 commit d3891d5
2 files changed
Lines changed: 1 addition & 2 deletions
File tree
- lib/pages
- exchange_view/exchange_step_views
- send_view/sub_widgets
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| |||
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
175 | | - | |
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
| |||
0 commit comments