summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-11 08:00:07 -0700
committerFuwn <[email protected]>2025-07-11 08:00:07 -0700
commit0d3d9a9a40ba8d945ca02094e78e79789885a270 (patch)
tree4b12660a053f567cf26ce2b6fb6b9e0528e9fcf8 /Sora/Views/Post/Grid/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-testing-0d3d9a9a40ba8d945ca02094e78e79789885a270.tar.xz
sora-testing-0d3d9a9a40ba8d945ca02094e78e79789885a270.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift3
1 files changed, 0 insertions, 3 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index a942a93..0eeb893 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -177,9 +177,6 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length
}
.navigationDestination(for: BooruPost.self) { post in
PostDetailsView(post: post)
- .onDisappear {
- updateViewState(for: queryID, scrollPosition: scrollPosition.wrappedValue)
- }
}
.onChange(of: isSearchablePresented) { _, isPresented in
if !isPresented, manager.searchText.isEmpty, !manager.isNavigatingHistory {