mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-03 22:22:02 +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