Commit 9dfc18b
committed
Fix compilation error: Change InvalidateMeasure return type from void to bool
The IPlatformMeasureInvalidationController interface requires InvalidateMeasure to return bool, not void.
Returns false to stop propagation since we're handling the resize directly by recalculating size and updating the frame.1 parent 7f68d26 commit 9dfc18b
File tree
1 file changed
+2
-1
lines changed- src/Controls/src/Core/Compatibility/Handlers/Shell/iOS
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments