Skip to content

Commit

Permalink
[CHORE/#175] 성향 검사 후 이동 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Jan 19, 2024
1 parent 7b6891b commit 57a3a66
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ class TendencyResultActivity :
private fun navigateToDashBoardScreen() {
Intent(this, DashBoardActivity::class.java).apply {
startActivity(this)
finishAffinity()
}
finish()
}

override fun onRequestPermissionsResult(
Expand Down

0 comments on commit 57a3a66

Please sign in to comment.