Commit a3fce24
fix: remove eager pinController dispose that races with BlocBuilder
The .then() callback disposed the controller before the dialog's
BlocBuilder finished tearing down, causing a use-after-dispose crash.
The controller is lightweight and will be GC'd with the dialog.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 656a274 commit a3fce24
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
0 commit comments