Open
Description
Setup view transition, at the very end, says to
- schedule the update callback for transition.
- Flush the update callback queue.
Missing capitalization on "schedule" aside, scheduling the update callback will already flush the update callback queue in another task.
Is this intended?