feat(yandex-ads): 화면별 Yandex 광고 배치를 추가한다
This commit is contained in:
@@ -98,6 +98,9 @@ struct LiveView: View {
|
||||
SectionLatestFinishedLiveView(items: viewModel.latestFinishedLiveItems)
|
||||
}
|
||||
|
||||
YandexInlineBannerView(placement: .liveTab)
|
||||
.padding(.vertical, -24)
|
||||
|
||||
if viewModel.replayLiveItems.count > 0 {
|
||||
LiveReplayListView(contentList: viewModel.replayLiveItems)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user