Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] E/RecyclerView: No adapter attached; skipping layout #26

Closed
KanuKim97 opened this issue Jun 6, 2023 · 1 comment · Fixed by #25
Closed

[Bug Report] E/RecyclerView: No adapter attached; skipping layout #26

KanuKim97 opened this issue Jun 6, 2023 · 1 comment · Fixed by #25
Assignees
Labels
bug Something isn't working

Comments

@KanuKim97
Copy link
Owner

KanuKim97 commented Jun 6, 2023

E/RecyclerView: No adapter attached; skipping layout 에러 발생

  • MainActivity를 통해 SelectKoinActivity로 이동
  • SelectKoinActivity에서 adapter를 통해 수신 받은 데이터를 보여주어야 함
  • E/RecyclerView: No adapter attached; skipping layout 에러 발생
  • App Inspection으로 확인 결과 데이터 수신은 이상 없음
  • SelectKoinActivity의 adapter code 변경 필요
@KanuKim97 KanuKim97 added the bug Something isn't working label Jun 6, 2023
@KanuKim97 KanuKim97 added this to the Clean Architecture 전환 milestone Jun 6, 2023
@KanuKim97 KanuKim97 self-assigned this Jun 6, 2023
@KanuKim97 KanuKim97 linked a pull request Jun 6, 2023 that will close this issue
@KanuKim97 KanuKim97 pinned this issue Jun 6, 2023
KanuKim97 added a commit that referenced this issue Jun 7, 2023
Fix Issue #26
@KanuKim97
Copy link
Owner Author

GetTickerAllUseCase의 .filter{ it.remove("date") }으로 수정
기존은 .filter{ it.remove("data") }로 되어 JSON 구조의 data라는 항목을 전부 지워버림

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant