-
Notifications
You must be signed in to change notification settings - Fork 0
[ID-52] 장부 API 카테고리 추가 #69
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
base: develop
Are you sure you want to change the base?
Conversation
jhg3410
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨숨다!🙂
| } | ||
|
|
||
| private fun showErrorDialog(message: String?) = intent { | ||
| private fun showErrorDialog(message: String?) = blockingIntent { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹싀 blockingIntent로 변경된 이유는 어떤 걸까요??
| LaunchedEffect(state.isStaff) { | ||
| println("isStaff: ${state.isStaff}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디버깅 용도의 코드로 보이는데 따로 남겨두신 이유가 있을까요?? 없으시다면 제거해도 괜찮다 생각합니다!
요약
작업내용
스크린샷