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

[mod] 자체 회원가입 후 로그인 페이지로 이동하도록 수정 #175

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

Dan2dani
Copy link
Member

Related issue 🛠

Work Description ✏️

  • 자체 회원가입 후 로그인 페이지로 이동하도록 수정

Copy link
Collaborator

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

멋지다 다으나

Comment on lines -123 to +125
else -> {
val intent = Intent(this, MainActivity::class.java)
intent.flags =
Intent.FLAG_ACTIVITY_CLEAR_TASK or Intent.FLAG_ACTIVITY_NEW_TASK
startActivity(intent)
FilterInfoType.ONBOARDING -> {
moveToSign()
Copy link
Collaborator

Choose a reason for hiding this comment

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

나이스 ~

Copy link
Collaborator

Choose a reason for hiding this comment

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

엥 근데 여기만 함수화 안 해놨었네 고맙티비염

@Dan2dani Dan2dani merged commit e6f1b3b into develop Sep 20, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[mod] 자체 회원가입 시, 필터 설정(onBoarding) 후 로그인 뷰로 이동되도록 수정
2 participants