Skip to content

Commit

Permalink
[chore] #27 버튼 활성화 로직 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Jun 7, 2024
1 parent 934ec80 commit 3599d47
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ class QnaFragment : BindingFragment<FragmentQnaBinding>({ FragmentQnaBinding.inf
layoutQnaAddPicture.visibility = View.GONE
ivQnaWarning.visibility = View.INVISIBLE
tvQnaWarning.visibility = View.INVISIBLE

binding.btnQna.isEnabled = true
binding.btnQna.setOnClickListener {
btnQna.isEnabled = true
btnQna.setOnClickListener {
findNavController().popBackStack()
}
}
Expand Down

0 comments on commit 3599d47

Please sign in to comment.