Commit 26822a5
committed
Stash pendingEffectsLanes earlier
In the gap when a commit is delayed, we don't know which lanes are currently
pending. We can use the same flag as the ones we use when we're in the
middle of commit effects by setting it earlier.
This ensures that we don't write an "Animating" track during this period
since it'll get some other suspended/delay track logged (for example
"waiting on previous animation".1 parent d703d1c commit 26822a5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1438 | 1438 | | |
1439 | 1439 | | |
1440 | 1440 | | |
| 1441 | + | |
1441 | 1442 | | |
1442 | 1443 | | |
1443 | 1444 | | |
| |||
1551 | 1552 | | |
1552 | 1553 | | |
1553 | 1554 | | |
| 1555 | + | |
1554 | 1556 | | |
1555 | 1557 | | |
1556 | 1558 | | |
| |||
2093 | 2095 | | |
2094 | 2096 | | |
2095 | 2097 | | |
| 2098 | + | |
| 2099 | + | |
2096 | 2100 | | |
2097 | 2101 | | |
2098 | 2102 | | |
| |||
0 commit comments