domino8788 / SKHUMap

SKHU MAP
1 stars 0 forks source link

Cannot call this method while RecyclerView is computing a layout or scrolling calendarview 에러 발생 #134

Closed domino8788 closed 4 years ago

domino8788 commented 4 years ago

126 의 캘린더 모드 토클 버튼을 연속으로 클릭 시 위의 에러가 뜨며 앱이 종료되는 현상이 발생하고 있다.

domino8788 commented 4 years ago

https://stackoverflow.com/questions/43221847/cannot-call-this-method-while-recyclerview-is-computing-a-layout-or-scrolling-wh

위의 링크에 따르면 RecyclerView에 animator가 적용되고 있는 상태에서 다른 스레드를 통해 RecyclerView 에 접근하면 발생하는 에러라고 한다.

링크에서 제시한 해결책을 기반으로 아래 방안을 적용한다.

domino8788 commented 4 years ago

7473ba4 커밋을 통해 버그를 해결했으므로 이슈를 닫는다.