refactor(features): consolidate shared feature primitives

This commit is contained in:
edde746
2026-07-12 17:31:13 +02:00
parent 6506f36843
commit 7ecadffdb1
103 changed files with 1718 additions and 898 deletions
+1 -1
View File
@@ -1430,7 +1430,7 @@ class _MainScreenState extends State<MainScreen>
// Drop volatile API cache rows before screens kick off their refetch.
// Pinned rows back offline downloads and must survive profile switches.
try {
await ApiCache.instance.clearVolatile();
await ApiCache.clearRegisteredVolatile();
} catch (e, st) {
appLogger.w('Failed to clear ApiCache on profile switch', error: e, stackTrace: st);
}