Skip to content

Commit

Permalink
Update ChatDetailFragment.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Sep 25, 2024
1 parent 39db726 commit 5c01624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class ChatDetailFragment : Fragment() {

private fun onFailError() {
fragmentChatDetailBinding.textGchatIndicator.visibility = View.VISIBLE
fragmentChatDetailBinding.textGchatIndicator.text = getString(R.string.virtual_assistant_currently_not_available)
fragmentChatDetailBinding.textGchatIndicator.text = requireContext().getString(R.string.virtual_assistant_currently_not_available)
fragmentChatDetailBinding.editGchatMessage.isEnabled = false
fragmentChatDetailBinding.buttonGchatSend.isEnabled = false
}
Expand Down

0 comments on commit 5c01624

Please sign in to comment.