Change nav_gen default from 0 to None in _fetch_list_contents_bg and _finalize_list_loading. The guard is updated to only apply when a gen is explicitly provided (`nav_gen is not None`). Refresh call sites (lines 1515, 1529, 1538) pass no gen, so they receive None and bypass the guard — their results are always applied. Navigation calls still pass an explicit integer gen, so stale-navigation protection remains fully intact. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
108 KiB
108 KiB