We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f240c8 commit 1f7ade8Copy full SHA for 1f7ade8
DemoAppSwiftUI/CustomChannelHeader.swift
@@ -79,7 +79,7 @@ struct CustomChannelModifier: ChannelListHeaderViewModifier {
79
} label: {
80
EmptyView()
81
}
82
- .isDetailLink(false)
+ .isDetailLink(UIDevice.current.userInterfaceIdiom == .pad)
83
.alert(isPresented: $logoutAlertShown) {
84
Alert(
85
title: Text("Sign out"),
0 commit comments