콘텐츠 메인 홈
- 크리에이터가 아닌데 콘텐츠 업로드 버튼이 보이는 버그 수정
This commit is contained in:
		@@ -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)
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user