summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-18 06:59:39 -0700
committerFuwn <[email protected]>2025-03-18 06:59:39 -0700
commitd2638ea65df3dcb3905c199fc33d954f605a58b8 (patch)
treec500c5e19970a96853bca0fab25fb653e91cfe68 /Sora/Views/Post/Grid/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-testing-d2638ea65df3dcb3905c199fc33d954f605a58b8.tar.xz
sora-testing-d2638ea65df3dcb3905c199fc33d954f605a58b8.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index 6615330..cc3a3cd 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -104,7 +104,7 @@ struct PostGridView: View {
}
.navigationTitle("Posts")
.refreshable {
- manager.clearPageCache()
+ manager.clearCachedPages()
await manager.fetchPosts(page: 1, tags: manager.tags, replace: true)
}
.scrollDisabled(manager.isLoading)