parent
5f7337bcdc
commit
7b3a3d2a80
|
@ -26,6 +26,7 @@ struct ContentPlayerView: View {
|
||||||
.onTapGesture { isShowing = false }
|
.onTapGesture { isShowing = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if !playerManager.isShowPlaylist {
|
||||||
Text(playerManager.title)
|
Text(playerManager.title)
|
||||||
.font(.custom(Font.medium.rawValue, size: 16))
|
.font(.custom(Font.medium.rawValue, size: 16))
|
||||||
.foregroundColor(.grayee)
|
.foregroundColor(.grayee)
|
||||||
|
@ -48,6 +49,7 @@ struct ContentPlayerView: View {
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
.padding(.top, 21)
|
.padding(.top, 21)
|
||||||
|
}
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue