Commit ae0cfdd
Remove animatedShouldDebounceQueueFlush gate in NativeAnimatedHelper (#57337)
Summary:
Pull Request resolved: #57337
Now that flush-queue debouncing is the default, drop the `animatedShouldDebounceQueueFlush` checks in `NativeAnimatedHelper` so the debounced flush path is unconditional. `disableQueue()` always schedules a flush, and `setWaitingForIdentifier()` always clears any pending immediate flush.
Changelog:
[Internal]
Reviewed By: christophpurrer
Differential Revision: D109468770
fbshipit-source-id: c4c7b19bd62303a43c43de8d5ba827af9786132e1 parent ae6a3af commit ae0cfdd
1 file changed
Lines changed: 2 additions & 9 deletions
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 206 | + | |
211 | 207 | | |
212 | 208 | | |
213 | 209 | | |
| |||
311 | 307 | | |
312 | 308 | | |
313 | 309 | | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
| 310 | + | |
318 | 311 | | |
319 | 312 | | |
320 | 313 | | |
| |||
0 commit comments