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

[Feature] Splash Login Event 연결 #5

Merged
merged 1 commit into from
Jan 23, 2024
Merged

[Feature] Splash Login Event 연결 #5

merged 1 commit into from
Jan 23, 2024

Conversation

ajou4095
Copy link
Collaborator

@ajou4095 ajou4095 commented Jan 22, 2024

설명

  • Splash Login Event 코드 추가했습니다.

참고

체크리스트

  • : 빌드 테스트를 진행하셨나요?
  • : 실제 기기에서 테스트를 진행하셨나요?

Copy link
Collaborator

@jinuemong jinuemong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다 👍👍👍👍👍👍

@@ -21,7 +22,12 @@ fun MainScreen() {
modifier = Modifier.fillMaxSize(),
color = MaterialTheme.colors.background
) {
val appState = rememberApplicationState()
val appState = rememberApplicationState(
coroutineExceptionHandler = { _, throwable ->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙀👍

@ajou4095 ajou4095 merged commit e890049 into main Jan 23, 2024
1 check passed
@ajou4095 ajou4095 deleted the feature-#4 branch January 23, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants