summaryrefslogtreecommitdiff
path: root/Sora/Views/ContentView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-01 18:51:11 -0700
committerFuwn <[email protected]>2025-09-01 18:51:11 -0700
commit4fab43ffa975500e886acbebbcd901c3fb4dc6ae (patch)
treefdbb21b3a3e11de5feb1400ec1b51a7b272895f4 /Sora/Views/ContentView.swift
parentfeat: Development commit (diff)
downloadsora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.tar.xz
sora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/ContentView.swift')
-rw-r--r--Sora/Views/ContentView.swift5
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