탐색
- 크리에이터가 없으면 섹션제거
This commit is contained in:
@@ -40,8 +40,8 @@ android {
|
||||
applicationId "kr.co.vividnext.sodalive"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 64
|
||||
versionName "1.10.0"
|
||||
versionCode 66
|
||||
versionName "1.10.2"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@@ -121,7 +121,11 @@ class ExplorerAdapter(
|
||||
)
|
||||
|
||||
override fun onBindViewHolder(holder: ViewHolder, position: Int) {
|
||||
holder.bind(items[position])
|
||||
val item = items[position]
|
||||
|
||||
if (item.creators.isNotEmpty()) {
|
||||
holder.bind(items[position])
|
||||
}
|
||||
}
|
||||
|
||||
override fun getItemCount() = items.size
|
||||
|
Reference in New Issue
Block a user