콘텐츠 메인 - 광고 위치 수정

This commit is contained in:
2023-09-15 23:17:28 +09:00
parent e3679fd1dc
commit 62fc0e1d59
2 changed files with 9 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ class AudioContentMainCurationAdapter(
binding.tvDesc.text = item.description
setAudioContentList(item.audioContents)
if (index % 2 != 0) {
if (index % 3 == 2) {
setupAdMob()
} else {
binding.adView.visibility = View.GONE