diff options
| author | Fuwn <[email protected]> | 2025-07-11 08:00:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-11 08:00:07 -0700 |
| commit | 0d3d9a9a40ba8d945ca02094e78e79789885a270 (patch) | |
| tree | 4b12660a053f567cf26ce2b6fb6b9e0528e9fcf8 /Sora | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-0d3d9a9a40ba8d945ca02094e78e79789885a270.tar.xz sora-testing-0d3d9a9a40ba8d945ca02094e78e79789885a270.zip | |
feat: Development commit
Diffstat (limited to 'Sora')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 3 |
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 { |