Skip to content

Commit

Permalink
refactor : setting keyword의 id 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Feb 28, 2024
1 parent 954abff commit 2131c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class KeywordActivity : BaseActivity<ActivityKeywordBinding, KeywordViewModel>()
finish()
}

binding.toolbarKeyword.toolbarExit.setOnClickListener { finish() }
binding.toolbarKeyword.btnToolbarExit.setOnClickListener { finish() }
}

private fun setCheckChipChange(vararg chipGroups: ChipGroup) {
Expand Down

0 comments on commit 2131c19

Please sign in to comment.