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..