feat(yandex-ads): 커뮤니티와 알림 화면에 배너를 추가한다

This commit is contained in:
Yu Sung
2026-04-28 13:58:32 +09:00
parent 8baae71317
commit ddd82b6b8f
3 changed files with 7 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ struct CreatorCommunityAllView: View {
communityViewTypeTabView
YandexInlineBannerView(placement: .creatorCommunityAll)
if isGridMode {
gridContentView
} else {

View File

@@ -17,6 +17,8 @@ struct PushNotificationListView: View {
selectedTheme: $viewModel.selectedCategory
)
YandexInlineBannerView(placement: .pushNotificationList)
ScrollView(.vertical, showsIndicators: false) {
LazyVStack(spacing: 0) {
ForEach(0..<viewModel.items.count, id: \.self) { index in

View File

@@ -158,6 +158,9 @@ struct NotificationReceiveSettingsView: View {
.padding(.top, 13.3)
.padding(.horizontal, 13.3)
YandexInlineBannerView(placement: .notificationReceiveSettings)
.padding(.top, 26.7)
Text(I18n.Settings.Notification.followingChannels)
.appFont(size: 16.7, weight: .bold)
.foregroundColor(Color(hex: "eeeeee"))