-
Notifications
You must be signed in to change notification settings - Fork 33
[RST-27240] Fixes unexpected cell animation bug #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RST-27240] Fixes unexpected cell animation bug #592
Conversation
352623e to
d85f305
Compare
|
Based on our discussion in Slack, I think we can make this tweak official! It would be great if we had a demo that showcased the fixed behavior, where the call to: UIView.performWithoutAnimation {
cell.layoutIfNeeded()
}showed animations no longer running. |
d85f305 to
5ba48eb
Compare
6970a4e to
a7d7eac
Compare
42a1d01 to
201a59c
Compare
eb35e62 to
7a9b0cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! I'm going to ask the team for one additional review around the github workflow changes and whether or not we need aria2.
| - name: Install aria2 | ||
| run: brew install aria2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to ask the team for one additional review around the github workflow changes and whether or not we need aria2.
I think aria2 will still be used implicitly in the following step so probably worth keeping around. You might be able to find some hints buried in the build logs but I guess the best way to verify would be to spin up a PR without it and compare the total CI times.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @robmaceachern! This draft PR removed aria2 and CI took 5m 51s. That seems to match previous results, but I'm on board with keeping it around if we'd like to minimize the changes here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it looks like it's either not being used or makes no real difference. Probably fine to remove!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So should I remove or leave 😅?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha just leave it 👍🏽

Reverts #542, to fix unexpected cell animation bug.
Demo
Before
before.mov
After
after.mov
Checklist
Please do the following before merging:
Mainsection.