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

API 33, 34 버전에서 나타나는 흰색화면 버그 #8

Open
junghoonshin3 opened this issue Aug 27, 2023 · 3 comments
Open

API 33, 34 버전에서 나타나는 흰색화면 버그 #8

junghoonshin3 opened this issue Aug 27, 2023 · 3 comments

Comments

@junghoonshin3
Copy link
Owner

junghoonshin3 commented Aug 27, 2023

현재 테스트 해본 api 33, 34버전에서 2초가량 흰색화면이 나타난 후 메인화면으로 이동하는 버그 수정 필요

@junghoonshin3
Copy link
Owner Author

원인 : 1년치 스케쥴 데이터를 List -> HashMap으로 groupBy { it.regDt.month } 하는 로직의 연산시간 때문에 흰색화면이 발생한다.

해결책으로 일단 생각나는것은 DB 쿼리에서 처리하는방법이 가장먼저 떠오른다. 아니면 좀더 상위 컴포저블에서 처리해야할까..?

@junghoonshin3
Copy link
Owner Author

DB쿼리에서 처리해봤지만 동일하게 흰색화면이 나타난다..
화면을 구성하는 컴포넌트들이 많아서 흰색화면이 나타나는건가.. ??

@junghoonshin3
Copy link
Owner Author

일단 해당부븐을 스플래쉬 화면을 띄어서 가리는 형태로 진행하였다.

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

No branches or pull requests

1 participant