Skip to content

Commit

Permalink
[MERGE] #276 -> develop
Browse files Browse the repository at this point in the history
[FIX/#276] 3차 qa: intent 전달
  • Loading branch information
chattymin authored Mar 27, 2024
2 parents 72d173a + 40eb720 commit 44ed24e
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 44ed24e

Please sign in to comment.