1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 23:40:35 +05:30
This commit is contained in:
Arkadiusz Fal 2023-05-22 23:01:54 +02:00
parent 22bbf731e9
commit 02a29e5d07

View File

@ -136,6 +136,10 @@ final class NavigationModel: ObservableObject {
} else {
navigateToChannel()
}
#elseif os(tvOS)
Delay.by(0.01) {
navigateToChannel()
}
#else
navigateToChannel()
#endif