mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix #446
This commit is contained in:
parent
22bbf731e9
commit
02a29e5d07
@ -136,6 +136,10 @@ final class NavigationModel: ObservableObject {
|
||||
} else {
|
||||
navigateToChannel()
|
||||
}
|
||||
#elseif os(tvOS)
|
||||
Delay.by(0.01) {
|
||||
navigateToChannel()
|
||||
}
|
||||
#else
|
||||
navigateToChannel()
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user