fix guest button refresh timing #4873
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
언제부터인가 IntroScreen오브젝트의 초기화시점이 당겨지면서 게스트진입 버튼 초기화가 CommandLIneOption 이 세팅되기전에 실행되며 정상적으로 초기화되지않는문제로 확인되었습니다.
게스트진입 버튼 초기화 시점을 CommandLineOption 이후 시점으로 변경하고 추가 로그및 중복실행방지코드를 작성하였습니다.
해당 작업과는 별개로 기존에 OnLoadCommandlineOptions이 여러번불리는경우가 있는 것으로 보이는데 정리가 한번 필요해보입니다.