Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore early return to NativeAnimatedHelper.flushQueue
Summary: Brings back a small performance win of avoiding starting/stopping a batch if the queue is empty. ## Background This was attempted previously but it happened to expose a single frame animation visual regression in VR. 1. First added in D36298399 (55ee8ce), reverted in D36378363 2. Added in a different form in D36338606 (35e2a63), reverted in D36479089 (a4690d0) 3. Root cause of the visual regressions introduced was fixed in D36612758 (40f4c66) Now that we've fixed the root cause of the visual regression, this is safe to restore. Changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D36670591 fbshipit-source-id: 42b6bc9c7764484f2dbb9edb122780a91b7393b4
- Loading branch information