You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix incorrect type which makes animated gifs not loop forever on device (#22987)
Summary:
#22985
This 1 liner fixes the animation looping being broken on ios devices. The original source of the bug is here: 95ef882#diff-e57b12f931820d7e0949e5cbb2701dcfR35
We set the value to a special large float, and assign it to repeatCount which is also a float, so this should be a float.
Changelog:
[iOS] [Fixed] - Fix animated GIFs not looping forever
Pull Request resolved: #22987
Differential Revision: D13682645
Pulled By: hramos
fbshipit-source-id: 96b0602b418e3ebe369427a24777cd4374ac5d48
0 commit comments