-
Notifications
You must be signed in to change notification settings - Fork 0
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
[MyPage/aos] 로그아웃, 회원 탈퇴 후 화면 전환 #117
[MyPage/aos] 로그아웃, 회원 탈퇴 후 화면 전환 #117
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.
👍👍👍👍
@@ -43,6 +45,15 @@ class MyPageRepositoryImpl @Inject constructor( | |||
is BaseState.Success -> { | |||
dataStoreManager.deleteAccessToken() | |||
dataStoreManager.deleteRefreshToken() | |||
|
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.
여기 autoLogin도 지우는게 나을 것 같아!
val intent = Intent(context, IntroActivity::class.java) | ||
intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK |
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.
👍👍👍👍
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.
👍
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.
군더더기 없군요!
주요 작업
완료한 task 명세
결과 화면
리뷰 요청 사항
related to issue #22
related to issue #23
related to issue #86