From ddd82b6b8fabfee20b21464dfe7f4251eed02c56 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 28 Apr 2026 13:58:32 +0900 Subject: [PATCH] =?UTF-8?q?feat(yandex-ads):=20=EC=BB=A4=EB=AE=A4=EB=8B=88?= =?UTF-8?q?=ED=8B=B0=EC=99=80=20=EC=95=8C=EB=A6=BC=20=ED=99=94=EB=A9=B4?= =?UTF-8?q?=EC=97=90=20=EB=B0=B0=EB=84=88=EB=A5=BC=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/CreatorCommunity/All/CreatorCommunityAllView.swift | 2 ++ .../Sources/Notification/List/PushNotificationListView.swift | 2 ++ .../Settings/Notification/NotificationSettingsView.swift | 3 +++ 3 files changed, 7 insertions(+) diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift index edd7d92..515ed60 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift @@ -47,6 +47,8 @@ struct CreatorCommunityAllView: View { communityViewTypeTabView + YandexInlineBannerView(placement: .creatorCommunityAll) + if isGridMode { gridContentView } else { diff --git a/SodaLive/Sources/Notification/List/PushNotificationListView.swift b/SodaLive/Sources/Notification/List/PushNotificationListView.swift index 5ef7b83..80b2e3a 100644 --- a/SodaLive/Sources/Notification/List/PushNotificationListView.swift +++ b/SodaLive/Sources/Notification/List/PushNotificationListView.swift @@ -17,6 +17,8 @@ struct PushNotificationListView: View { selectedTheme: $viewModel.selectedCategory ) + YandexInlineBannerView(placement: .pushNotificationList) + ScrollView(.vertical, showsIndicators: false) { LazyVStack(spacing: 0) { ForEach(0..