라이브 방 - 배너 광고 제거
This commit is contained in:
parent
8c20ce9c62
commit
36aa167e1d
|
@ -289,13 +289,7 @@ struct LiveRoomView: View {
|
||||||
InputChatView {
|
InputChatView {
|
||||||
isShowingNewChat = false
|
isShowingNewChat = false
|
||||||
proxy.scrollTo(viewModel.messages.count - 1, anchor: .center)
|
proxy.scrollTo(viewModel.messages.count - 1, anchor: .center)
|
||||||
}
|
}.padding(.bottom, 10)
|
||||||
|
|
||||||
BannerAdView(adUnitId: LIVE_ROOM_BANNER_AD_UNIT_ID)
|
|
||||||
.frame(
|
|
||||||
width: screenSize().width,
|
|
||||||
height: keyboardHandler.keyboardHeight <= 10 ? GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height : 0.2
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
VStack(spacing: 13.3) {
|
VStack(spacing: 13.3) {
|
||||||
|
@ -346,7 +340,7 @@ struct LiveRoomView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.trailing, 16.7)
|
.padding(.trailing, 16.7)
|
||||||
.padding(.bottom, keyboardHandler.keyboardHeight > 0 ? 85 : 143)
|
.padding(.bottom, 85)
|
||||||
|
|
||||||
if isShowingNewChat {
|
if isShowingNewChat {
|
||||||
NewChatView{
|
NewChatView{
|
||||||
|
|
Loading…
Reference in New Issue