Commit e9e6211
Address review: fix Windows Rect ambiguity, add iOS frame guard
- Use fully qualified Microsoft.Maui.Graphics.Rect in ShellTests to fix
Windows compilation error (CS0246)
- Add 'if (Shell.Frame != destination)' guard in iOS ShellRenderer to
avoid unnecessary frame updates during layout passes
- Remove unused 'using Microsoft.Maui.Graphics' import
- Restore original whitespace formatting in using directives
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent befa081 commit e9e6211
File tree
2 files changed
+5
-4
lines changed- src/Controls
- src/Core/Compatibility/Handlers/Shell/iOS
- tests/DeviceTests/Elements/Shell
2 files changed
+5
-4
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
1158 | 1157 | | |
1159 | 1158 | | |
1160 | 1159 | | |
1161 | | - | |
| 1160 | + | |
1162 | 1161 | | |
1163 | 1162 | | |
1164 | 1163 | | |
| |||
0 commit comments