diff options
Diffstat (limited to 'Hutch/Views/Inbox/InboxView.swift')
| -rw-r--r-- | Hutch/Views/Inbox/InboxView.swift | 3 |
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() - } } } } |
