diff --git a/SodaLive/Sources/Live/Room/LiveRoomView.swift b/SodaLive/Sources/Live/Room/LiveRoomView.swift index e9ccce2..98d774d 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomView.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomView.swift @@ -289,13 +289,7 @@ struct LiveRoomView: View { InputChatView { isShowingNewChat = false proxy.scrollTo(viewModel.messages.count - 1, anchor: .center) - } - - BannerAdView(adUnitId: LIVE_ROOM_BANNER_AD_UNIT_ID) - .frame( - width: screenSize().width, - height: keyboardHandler.keyboardHeight <= 10 ? GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height : 0.2 - ) + }.padding(.bottom, 10) } VStack(spacing: 13.3) { @@ -346,7 +340,7 @@ struct LiveRoomView: View { } } .padding(.trailing, 16.7) - .padding(.bottom, keyboardHandler.keyboardHeight > 0 ? 85 : 143) + .padding(.bottom, 85) if isShowingNewChat { NewChatView{