Skip to content

Commit

Permalink
reinstated prefetching (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews authored Sep 22, 2023
1 parent 8e1e18d commit 0d33e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mlem/Models/Trackers/Post Tracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ class PostTracker: ObservableObject {
break
}
}

prefetcher.startPrefetching(with: imageRequests)
}

/// Filters a list of PostModels to only those PostModels not present in ids. Updates ids.
Expand Down

0 comments on commit 0d33e66

Please sign in to comment.