summaryrefslogtreecommitdiff
path: root/Hutch/App
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-07 02:24:43 -0500
committerGitHub <[email protected]>2026-08-07 02:24:43 -0500
commit0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3 (patch)
tree7137471dd7cdd5583db4ffbead31414497c431a9 /Hutch/App
parentfbcb4113f110a7db9cf21d18510cb59c2e90ba23 (diff)
parent1c4e968c31ee451666a65e05c762c9422c768426 (diff)
downloadhutch-0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3.tar.gz
hutch-0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3.tar.bz2
hutch-0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3.zip
Merge pull request #29 from krazywarez/issues-9-11-18
Fix checklist rendering, add clear-recent-activity, speed up pull-to-refresh
Diffstat (limited to 'Hutch/App')
-rw-r--r--Hutch/App/AppState.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/App/AppState.swift b/Hutch/App/AppState.swift
index ad31c5c..a526afd 100644
--- a/Hutch/App/AppState.swift
+++ b/Hutch/App/AppState.swift
@@ -623,7 +623,7 @@ final class AppState {
defaults: accountDefaults,
accountID: activeAccountID
)
- await viewModel.loadDashboard()
+ await viewModel.loadDashboard(awaitInboxUnread: true)
}
private func clearWebData() async {