Skip to content

Commit

Permalink
[FIX/#276] 3차 qa: intent 전달
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Mar 27, 2024
1 parent 72d173a commit 40eb720
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ class TendencyResultActivity :

private fun initRestartBtnClickListener() {
binding.btnTendencyTestRestart.setOnSingleClickListener {
navigateToScreenClear<TendencySplashActivity>()
TendencySplashActivity.createIntent(
this,
viewModel.quarter
).apply { startActivity(this) }
}
}

Expand Down

0 comments on commit 40eb720

Please sign in to comment.