Skip to content

Commit

Permalink
feat: 마이페이지에서 로그인으로 이동 시 마이페이지를 종료하지않는다
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed May 5, 2024
1 parent d6868ba commit 2fabc1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class MyPageFragment : Fragment() {
vm.event.collect { event ->
when (event) {
MyPageEvent.ShowSignIn -> {
requireActivity().finishAffinity()
startActivity(SignInActivity.getIntent(requireContext()))
}
}
Expand Down

0 comments on commit 2fabc1f

Please sign in to comment.