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