Commit a7c1f79
authored
Fix stack case study (#2397)
We originally took advantage of the fact that `NavigationView` could
nest `NavigationStack`, though it was a little funky. We independently
updated the root to be a `NavigationStack`, though, which unfortunately
broke the stack case study since nested `NavigationStack`s are not
supported in SwiftUI.
Fixes #2396.1 parent d22ed09 commit a7c1f79
1 file changed
+13
-9
lines changedLines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
173 | 169 | | |
174 | 170 | | |
175 | 171 | | |
| |||
256 | 252 | | |
257 | 253 | | |
258 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
259 | 263 | | |
260 | 264 | | |
261 | 265 | | |
| |||
0 commit comments