오디션 지원자
- recyclerview.setHasFixedSize(false)로 지정하여 데이터가 0개에서 1개가 될 때 갱신되지 않는 버그 수정
This commit is contained in:
@@ -211,7 +211,6 @@ class AuditionRoleDetailActivity : BaseActivity<ActivityAuditionRoleDetailBindin
|
|||||||
)
|
)
|
||||||
|
|
||||||
val recyclerView = binding.rvApplicant
|
val recyclerView = binding.rvApplicant
|
||||||
recyclerView.setHasFixedSize(true)
|
|
||||||
recyclerView.itemAnimator = null
|
recyclerView.itemAnimator = null
|
||||||
recyclerView.layoutManager = LinearLayoutManager(
|
recyclerView.layoutManager = LinearLayoutManager(
|
||||||
applicationContext,
|
applicationContext,
|
||||||
|
|||||||
Reference in New Issue
Block a user