summaryrefslogtreecommitdiff
path: root/Hutch/Views/Inbox
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Inbox')
-rw-r--r--Hutch/Views/Inbox/InboxView.swift3
1 files changed, 0 insertions, 3 deletions
diff --git a/Hutch/Views/Inbox/InboxView.swift b/Hutch/Views/Inbox/InboxView.swift
index 6ca66ac..aa3765c 100644
--- a/Hutch/Views/Inbox/InboxView.swift
+++ b/Hutch/Views/Inbox/InboxView.swift
@@ -70,9 +70,6 @@ struct InboxView: View {
withAnimation(.easeInOut(duration: 0.2)) {
viewModel.markAllThreadsRead()
}
- Task {
- await viewModel.loadThreads()
- }
}
}
}