mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 16:42:01 +00:00
This commit is contained in:
parent
e13333afe7
commit
eb65912998
1 changed files with 197 additions and 194 deletions
|
|
@ -40,7 +40,8 @@ struct HomeView: View {
|
|||
}
|
||||
|
||||
var body: some View {
|
||||
NavigationStack {
|
||||
NavigationView {
|
||||
VStack {
|
||||
ScrollView {
|
||||
if !continueWatchingItems.isEmpty {
|
||||
LazyVStack(alignment: .leading) {
|
||||
|
|
@ -268,6 +269,8 @@ struct HomeView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
|
||||
private func markContinueWatchingItemAsWatched(item: ContinueWatchingItem) {
|
||||
let key = "lastPlayedTime_\(item.fullUrl)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue