7fce19a37c
Timer.periodic every 60s calls silentRefresh() on BriefingNotifier. silentRefresh() patches AsyncData directly — never triggers AsyncLoading — so existing content stays on screen while the fetch is in flight. WidgetsBindingObserver pauses polling when app is backgrounded. Polling is also skipped while a reply is actively streaming. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>