오디션 지원자

- recyclerview.setHasFixedSize(false)로 지정하여 데이터가 0개에서 1개가 될 때 갱신되지 않는 버그 수정
This commit is contained in:
2025-01-03 20:00:24 +09:00
parent 931a9433f3
commit 83e08b3437

View File

@@ -211,7 +211,6 @@ class AuditionRoleDetailActivity : BaseActivity<ActivityAuditionRoleDetailBindin
)
val recyclerView = binding.rvApplicant
recyclerView.setHasFixedSize(true)
recyclerView.itemAnimator = null
recyclerView.layoutManager = LinearLayoutManager(
applicationContext,