Commit 0735317
fix(ios): reset EmptyLayoutMetrics on Fabric view recycle
Value-init `{}` is not EmptyLayoutMetrics, so recycled display:none views
could keep self.hidden=YES when reused for visible content.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 1cdf784 commit 0735317
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| |||
0 commit comments