Skip to content

Commit

Permalink
Merge pull request #4211 from nextcloud/backport/4210/stable-20.0
Browse files Browse the repository at this point in the history
[stable-20.0] fix to show connection lost hint when internet is gone
  • Loading branch information
mahibi committed Sep 13, 2024
2 parents 5643978 + abbc6f8 commit d75fe68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class MessageInputFragment : Fragment() {
binding.fragmentConnectionLost.clearAnimation()
binding.fragmentConnectionLost.visibility = View.GONE
binding.fragmentConnectionLost.setBackgroundColor(resources.getColor(R.color.hwSecurityRed))
binding.fragmentConnectionLost.text = getString(R.string.connection_lost_sent_messages_are_queued)
binding.fragmentConnectionLost.visibility = View.VISIBLE
binding.fragmentMessageInputView.attachmentButton.isEnabled = false
binding.fragmentMessageInputView.recordAudioButton.isEnabled = false
Expand Down

0 comments on commit d75fe68

Please sign in to comment.