feat(yandex-ads): 화면별 Yandex 광고 배치를 추가한다
This commit is contained in:
@@ -81,14 +81,19 @@ struct ContentDetailView: View {
|
||||
isShowPreviewAlert: $viewModel.isShowPreviewAlert
|
||||
)
|
||||
|
||||
ContentDetailPreviousNextContentButtonView(
|
||||
previousContent: audioContent.previousContent,
|
||||
nextContent: audioContent.nextContent
|
||||
) {
|
||||
viewModel.contentId = $0
|
||||
if audioContent.previousContent != nil || audioContent.nextContent != nil {
|
||||
ContentDetailPreviousNextContentButtonView(
|
||||
previousContent: audioContent.previousContent,
|
||||
nextContent: audioContent.nextContent
|
||||
) {
|
||||
viewModel.contentId = $0
|
||||
}
|
||||
.padding(.top, 13.3)
|
||||
.padding(.horizontal, 13.3)
|
||||
}
|
||||
.padding(.top, 13.3)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
YandexInlineBannerView(placement: .contentDetail)
|
||||
.padding(.top, 13.3)
|
||||
|
||||
ContentDetailInfoView(
|
||||
isExpandDescription: $viewModel.isExpandDescription,
|
||||
|
||||
Reference in New Issue
Block a user