Skip to content

Commit

Permalink
feat(ThreadListView): Add Matomo load more action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed Oct 9, 2023
1 parent b29592d commit 16cbce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mail/Views/Thread List/ThreadListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ struct ThreadListView: View {
}
Task {
await tryOrDisplayError {
matomo.track(eventWithCategory: .threadList, name: "loadMore")
_ = try await viewModel.mailboxManager.fetchOnePage(
folder: viewModel.folder.freeze(),
direction: .previous
Expand Down

0 comments on commit 16cbce2

Please sign in to comment.