From 36aa167e1db8ff7acc9b5974e1a389716b040422 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 15 Sep 2023 23:36:21 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B0=A9=20-=20?= =?UTF-8?q?=EB=B0=B0=EB=84=88=20=EA=B4=91=EA=B3=A0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Room/LiveRoomView.swift | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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{