diff options
| author | Fuwn <[email protected]> | 2025-03-18 06:59:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-18 06:59:39 -0700 |
| commit | d2638ea65df3dcb3905c199fc33d954f605a58b8 (patch) | |
| tree | c500c5e19970a96853bca0fab25fb653e91cfe68 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-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.swift | 2 |
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) |