Skip to content

Commit

Permalink
address changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rlam20 committed Jul 1, 2024
1 parent 4730a62 commit dfb4aa4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class MyTeamsDetailFragment : BaseNewsFragment() {
}
v.findViewById<View>(R.id.add_message).setOnClickListener { showAddMessage() }
}

private fun showAddMessage() {
val alertInputBinding = AlertInputBinding.inflate(layoutInflater)
alertInputBinding.tlInput.hint = getString(R.string.enter_message)
Expand Down

0 comments on commit dfb4aa4

Please sign in to comment.