summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-04-08 01:01:26 -0700
committerFuwn <[email protected]>2025-04-08 01:01:26 -0700
commit6ee9e88137f5806680b8a33487b2331732d45a99 (patch)
treeeb74b6a3321315c5af3621fca93bec092283632a /Sora/Views/Post/Grid
parentfeat: Development commit (diff)
downloadsora-testing-6ee9e88137f5806680b8a33487b2331732d45a99.tar.xz
sora-testing-6ee9e88137f5806680b8a33487b2331732d45a99.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid')
-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 ca3338e..1d90f42 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -60,7 +60,7 @@ struct PostGridView: View {
}
.onChange(of: manager.searchText) { _, _ in
if manager.searchText.isEmpty, !isSearching, !manager.isNavigatingHistory {
- Task { manager.performSearch() }
+ manager.performSearch()
}
}
.onChange(of: manager.posts) { _, newPosts in