Commit 9f77d3c
Fix tab-switch trap: render after navigation, not before
_setTab called _renderCurrentView before showScreen. If the renderer
threw on partial/post-failure data, showScreen never ran and the user
got stuck on whatever screen they were on — the click on Grid/Analytics
looked dead. Switch the screen first; wrap render in try/catch so an
empty or broken view does not block navigation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5d18599 commit 9f77d3c
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
277 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
278 | 285 | | |
279 | 286 | | |
280 | 287 | | |
| |||
0 commit comments