mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix crash on dismissing channel playlist on iOS
This commit is contained in:
parent
759a942426
commit
fe56739211
@ -67,6 +67,7 @@ struct AppTabNavigation: View {
|
||||
NavigationView {
|
||||
ChannelPlaylistView(playlist: playlist)
|
||||
.environment(\.inNavigationView, true)
|
||||
.environmentObject(subscriptions)
|
||||
.background(playerNavigationLink)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user