parent
1b47e38f79
commit
4623d0abd2
|
@ -35,8 +35,8 @@ android {
|
|||
applicationId "kr.co.vividnext.sodalive"
|
||||
minSdk 23
|
||||
targetSdk 34
|
||||
versionCode 145
|
||||
versionName "1.28.0"
|
||||
versionCode 147
|
||||
versionName "1.28.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -521,7 +521,7 @@ class AudioContentMainTabHomeFragment : BaseFragment<FragmentAudioContentMainTab
|
|||
binding.rvRankContent.adapter = rankContentAdapter
|
||||
|
||||
viewModel.rankContentLiveData.observe(viewLifecycleOwner) {
|
||||
binding.llUploadContent.visibility = View.VISIBLE
|
||||
binding.llRankContent.visibility = View.VISIBLE
|
||||
rankContentAdapter.addItems(it)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue