mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix #446
This commit is contained in:
@@ -136,6 +136,10 @@ final class NavigationModel: ObservableObject {
|
||||
} else {
|
||||
navigateToChannel()
|
||||
}
|
||||
#elseif os(tvOS)
|
||||
Delay.by(0.01) {
|
||||
navigateToChannel()
|
||||
}
|
||||
#else
|
||||
navigateToChannel()
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user