diff options
| author | Fuwn <[email protected]> | 2025-09-01 18:51:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-01 18:51:11 -0700 |
| commit | 4fab43ffa975500e886acbebbcd901c3fb4dc6ae (patch) | |
| tree | fdbb21b3a3e11de5feb1400ec1b51a7b272895f4 /Sora/Views/ContentView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.tar.xz sora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/ContentView.swift')
| -rw-r--r-- | Sora/Views/ContentView.swift | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Sora/Views/ContentView.swift b/Sora/Views/ContentView.swift index 7471c9f..fa3a69f 100644 --- a/Sora/Views/ContentView.swift +++ b/Sora/Views/ContentView.swift @@ -46,7 +46,10 @@ struct ContentView: View { } .navigationDestination(for: PostWithContext.self) { context in PostDetailsView( - post: context.post, navigationPath: $navigationPath, posts: context.posts + post: context.post, + navigationPath: $navigationPath, + posts: context.posts, + baseSearchText: context.baseSearchText ) } .navigationDestination(for: String.self) { tag in |