Skip to content

Commit

Permalink
fixed refresh behaving poorly on 0.19 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews committed Dec 21, 2023
1 parent ea592a9 commit 9fdd868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mlem/Models/Trackers/Post Tracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class PostTracker: ObservableObject {
}

page = 1
currentCursor = nil

let (newPosts, cursor) = try await postRepository.loadPage(
communityId: communityId,
Expand Down

0 comments on commit 9fdd868

Please sign in to comment.