-
Notifications
You must be signed in to change notification settings - Fork 2
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
영양사 페이지 진입점에 웹뷰 추가 #219
영양사 페이지 진입점에 웹뷰 추가 #219
Conversation
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.
수고하셨습니다!
.setNegativeButton("취소") { dialog, _ -> | ||
dialog.cancel() | ||
} | ||
.setMessage("로그인이 필요한 서비스입니다.\n로그인 하시겠습니까?") |
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.
string resource를 사용하면 좋을 것 같습니다!!
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.
수고했습니다.
startActivity(intent) | ||
overridePendingTransition(android.R.anim.slide_in_left, android.R.anim.fade_out) | ||
} | ||
.setNegativeButton("취소") { dialog, _ -> |
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.
string resource 동일하게 넣어주세요
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.
수고하셨어요~~💯
이슈
작업사항
참고사항
회의 당시에는 영양사 페이지랑 사장님 페이지랑 진입점이 동일할 수도 있다고 해서 일단 진입점을 코인 for business로 잡았어요
하지만 영양사 페이지 url 추가하면서 진입점이 수정될 가능성이 있습니다! url 나오는대로 변경해서 커밋 올리겠습니다
구현 화면