mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +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 {
|
HStack {
|
||||||
Group {
|
Group {
|
||||||
if let video {
|
if let video {
|
||||||
if !video.isLocal || video.localStreamIsRemoteURL {
|
if !inChannelView, !video.isLocal || video.localStreamIsRemoteURL {
|
||||||
channelControl
|
channelControl
|
||||||
} else {
|
} else {
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
|
Loading…
Reference in New Issue
Block a user