From e13333afe7cbea3dd475b242dfc5a34c7f09ced2 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Tue, 4 Mar 2025 17:34:08 +0100 Subject: [PATCH] test --- Sora/Views/HomeView.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Sora/Views/HomeView.swift b/Sora/Views/HomeView.swift index c21fa0c..4ffbecd 100644 --- a/Sora/Views/HomeView.swift +++ b/Sora/Views/HomeView.swift @@ -40,10 +40,10 @@ struct HomeView: View { } var body: some View { - NavigationView { + NavigationStack { ScrollView { if !continueWatchingItems.isEmpty { - VStack(alignment: .leading) { + LazyVStack(alignment: .leading) { Text("Continue Watching") .font(.headline) .padding(.horizontal, 8) @@ -267,7 +267,6 @@ struct HomeView: View { } } } - .navigationViewStyle(StackNavigationViewStyle()) } private func markContinueWatchingItemAsWatched(item: ContinueWatchingItem) {