[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
| - name: Install aria2 | ||
| run: brew install aria2 |
There was a problem hiding this comment.
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.
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.
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.
So should I remove or leave 😅?

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