Skip to content

Commit

Permalink
[FIX/#274] 머지
Browse files Browse the repository at this point in the history
  • Loading branch information
crownjoe committed Mar 27, 2024
2 parents 5079a7c + 951f716 commit 850bcf2
Show file tree
Hide file tree
Showing 2 changed files with 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@
android:layout_marginTop="17dp"
android:gravity="center"
android:text="@string/check_friends_empty"
android:textColor="@color/gray_200"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/iv_check_friends_empty" />
Expand Down

0 comments on commit 850bcf2

Please sign in to comment.