Commit 04c9b33
committed
Coalesce the removeDownload reset with the following refreshList
Moves the ModelResetGuard out of the try-catch so it also wraps the
refreshList() call below. Without this, one reset fires when the guard
destructs at the end of the try block and another fires from
refreshList's own guard, producing two resets where one is sufficient.1 parent ce2068f commit 04c9b33
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
917 | 920 | | |
918 | 921 | | |
919 | | - | |
920 | | - | |
921 | 922 | | |
922 | 923 | | |
923 | 924 | | |
| |||
0 commit comments