Skip to content

Commit

Permalink
Update FeedView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 4, 2024
1 parent bceeccd commit c80ca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mlem/Views/Tabs/Feeds/FeedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct FeedView: View {
}
.refreshable {
await Task {
_ = await postTracker.refresh(clearBeforeFetch: true)
_ = await postTracker.refresh(clearBeforeFetch: false)
}.value
}
.background {
Expand Down

0 comments on commit c80ca8f

Please sign in to comment.