Commit 9663717
Address review feedback: add Superview null guard and enable MacCatalyst test
- Add null-conditional on Superview in InvalidateMeasure to prevent
NullReferenceException during view lifecycle transitions
- Enable header/footer resize test for MacCatalyst since the fix
applies to both iOS and MacCatalyst
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 567f259 commit 9663717
File tree
2 files changed
+3
-2
lines changed- src/Controls
- src/Core/Compatibility/Handlers/Shell/iOS
2 files changed
+3
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments