Skip to content

Commit

Permalink
fix : intent 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Apr 2, 2024
1 parent e069868 commit ef2642d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ class KeywordActivity : BaseActivity<ActivityKeywordBinding, KeywordViewModel>()
if (viewModel.checkKeywordList.value?.isNotEmpty() == true) {
viewModel.subscribeCheckedKeyword()

val intent = Intent(
this@KeywordActivity,
OnboardingPermissionActivity::class.java
)
startActivity(intent)
finish()
} else {
Toast.makeText(this, R.string.toast_msg_keyword, Toast.LENGTH_SHORT).show()
Expand Down

0 comments on commit ef2642d

Please sign in to comment.