We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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버전에서 2초가량 흰색화면이 나타난 후 메인화면으로 이동하는 버그 수정 필요
The text was updated successfully, but these errors were encountered:
원인 : 1년치 스케쥴 데이터를 List -> HashMap으로 groupBy { it.regDt.month } 하는 로직의 연산시간 때문에 흰색화면이 발생한다.
해결책으로 일단 생각나는것은 DB 쿼리에서 처리하는방법이 가장먼저 떠오른다. 아니면 좀더 상위 컴포저블에서 처리해야할까..?
Sorry, something went wrong.
DB쿼리에서 처리해봤지만 동일하게 흰색화면이 나타난다.. 화면을 구성하는 컴포넌트들이 많아서 흰색화면이 나타나는건가.. ??
일단 해당부븐을 스플래쉬 화면을 띄어서 가리는 형태로 진행하였다.
No branches or pull requests
현재 테스트 해본 api 33, 34버전에서 2초가량 흰색화면이 나타난 후 메인화면으로 이동하는 버그 수정 필요
The text was updated successfully, but these errors were encountered: