mirror of
https://github.com/yattee/yattee.git
synced 2024-11-12 17:18:22 +00:00
Hide channel on list item if inside channel view
This commit is contained in:
parent
05b4da9e25
commit
e390bbcf09
@ -67,7 +67,7 @@ struct VideoBanner: View {
|
||||
HStack {
|
||||
Group {
|
||||
if let video {
|
||||
if !video.isLocal || video.localStreamIsRemoteURL {
|
||||
if !inChannelView, !video.isLocal || video.localStreamIsRemoteURL {
|
||||
channelControl
|
||||
} else {
|
||||
#if os(iOS)
|
||||
|
Loading…
Reference in New Issue
Block a user