feat: 메인 라이브
- 변경된 커뮤니티 게시글 아이템 UI 적용
This commit is contained in:
@@ -686,7 +686,9 @@ class LiveFragment : BaseFragment<FragmentLiveBinding>(FragmentLiveBinding::infl
|
||||
|
||||
@SuppressLint("NotifyDataSetChanged")
|
||||
private fun setupCommunityPost() {
|
||||
creatorCommunityAdapter = CreatorCommunityAdapter {
|
||||
creatorCommunityAdapter = CreatorCommunityAdapter(
|
||||
width = (screenWidth - 48f.dpToPx()).toInt()
|
||||
) {
|
||||
if (SharedPreferenceManager.token.isNotBlank()) {
|
||||
startActivity(
|
||||
Intent(
|
||||
|
||||
Reference in New Issue
Block a user