summaryrefslogtreecommitdiff
path: root/Hutch/Views/Home/HomeView.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-15 23:27:03 -0500
committerGitHub <[email protected]>2026-07-15 23:27:03 -0500
commit0ad430c79eedac4140680e3aaca238969ac711b1 (patch)
treee4928ae266acb2282a12e8212b82635890f50089 /Hutch/Views/Home/HomeView.swift
parent922502a2c74c66034f3ec2db6612f2a36d242042 (diff)
parent97e8b49fcb56751fa0e80a332484db8252753417 (diff)
downloadhutch-0ad430c79eedac4140680e3aaca238969ac711b1.tar.gz
hutch-0ad430c79eedac4140680e3aaca238969ac711b1.tar.bz2
hutch-0ad430c79eedac4140680e3aaca238969ac711b1.zip
Merge pull request #5 from zerolabsco/inbox-unread-baseline
Start a new account at zero unread
Diffstat (limited to 'Hutch/Views/Home/HomeView.swift')
-rw-r--r--Hutch/Views/Home/HomeView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/Home/HomeView.swift b/Hutch/Views/Home/HomeView.swift
index 409d095..3e95f0b 100644
--- a/Hutch/Views/Home/HomeView.swift
+++ b/Hutch/Views/Home/HomeView.swift
@@ -74,7 +74,7 @@ struct HomeView: View {
.listStyle(.insetGrouped)
.listSectionSpacing(.compact)
.refreshable {
- await viewModel.loadDashboard()
+ await viewModel.loadDashboard(forceRefresh: true)
}
.connectivityOverlay(hasContent: hasHomeContent(viewModel)) {
await viewModel.loadDashboard()