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