Skip to content

Commit

Permalink
[FEAT] protector 로그아웃 stack inclusive 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kim0hoon committed Sep 4, 2023
1 parent f835cb0 commit 5b80525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ class ProtectorHostFragment() : BaseFragment<FragmentProtectorHostBinding>(),
}

override fun backToTheLoginFragment() {
findNavController().popBackStack(R.id.loginFragment, true)
findNavController().popBackStack(R.id.loginFragment, false)
}
}

0 comments on commit 5b80525

Please sign in to comment.