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

[Fix] 문답, 문답 상세화면 유저 이미지 없어지는 오류 수정 #125

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

ham2174
Copy link
Collaborator

@ham2174 ham2174 commented Nov 1, 2024

관련 이슈

작업한 내용

  • 문답 리스트의 유저 이미지가 스크롤시 정상적으로 출력 되지 않는 오류 수정
  • 문답 상세화면에서 탭 이동시 유저 이미지가 정상적으로 출력 되지 않는 오류 수정

오류 사유

  • LazyColumn을 사용할 때 .blur() 사용시 rememberGraphicsLayer 가 상위 컴포저블에 위치해있어야 함.
  • LazyColumn 의 item에 rememberGraphicsLayer 가 배치되었을 경우 일관되지 않는 렌더링을 하기 때문에 item 변경시 오류를 발생함.
  • 참고자료 : Maintaining Blurring Effect on Responsive Composable

@ham2174 ham2174 self-assigned this Nov 1, 2024
@ham2174 ham2174 merged commit ae0052d into develop Nov 1, 2024
@ham2174 ham2174 deleted the fix/ping-pong-user-image branch November 15, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant