diff options
Diffstat (limited to 'Hutch/App/AppState.swift')
| -rw-r--r-- | Hutch/App/AppState.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/App/AppState.swift b/Hutch/App/AppState.swift index c2e2744..35ac77f 100644 --- a/Hutch/App/AppState.swift +++ b/Hutch/App/AppState.swift @@ -203,6 +203,7 @@ final class AppState { await clearWebData() clearWebContentRenderCaches() NeedsAttentionSnapshotStore.clear() + SystemStatusWidgetSnapshotStore.clear() authPhase = .unauthenticated selectedTab = .home } @@ -218,6 +219,7 @@ final class AppState { await clearWebData() clearWebContentRenderCaches() NeedsAttentionSnapshotStore.clear() + SystemStatusWidgetSnapshotStore.clear() authPhase = .unauthenticated selectedTab = .home |
