오디션 지원자
- recyclerview.setHasFixedSize(false)로 지정하여 데이터가 0개에서 1개가 될 때 갱신되지 않는 버그 수정
This commit is contained in:
parent
931a9433f3
commit
83e08b3437
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue