-
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
[QA] 기디 qa 반영 #82
[QA] 기디 qa 반영 #82
Conversation
@@ -32,6 +33,7 @@ class MainActivity : AppCompatActivity() { | |||
setContentView(binding.root) | |||
initView() | |||
setupTokenRefreshListener() | |||
Timber.tag("로그").e("생성") |
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.
제거해도 좋을 것 같아요 !
|
||
override fun onDestroy() { | ||
super.onDestroy() | ||
Timber.tag("로그").e("삭제") |
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.
얘도 !
@@ -50,7 +67,11 @@ class LoginFragment : BindingFragment<FragmentLoginBinding>(R.layout.fragment_lo | |||
when (uiState) { | |||
is UiState.Success -> { | |||
authViewModel.resetLoginState() | |||
findNavController().navigate(R.id.action_loginFragment_to_termsOfUseFragment) | |||
if (motivooStorage.isUserMatched) { |
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.
isUserMatched는 온보딩을 본 후 매칭이 끊겼을 때 문제가 생길 수 있을 것 같습니다. 적절한 값으로 바꿔주시면 더 정확할 것 같습니다 !!
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.
고생하셨습니다~! 리뷰 한 번씩 확인해주세요 !
📌 관련 이슈
📷 screenshot
Screen_recording_20240119_055634.mp4
📝 Work Desciption
📚 Reference 혹은 궁금한 사항들
다들 화이팅!