We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5643978 + abbc6f8 commit d75fe68Copy full SHA for d75fe68
app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt
@@ -233,6 +233,7 @@ class MessageInputFragment : Fragment() {
233
binding.fragmentConnectionLost.clearAnimation()
234
binding.fragmentConnectionLost.visibility = View.GONE
235
binding.fragmentConnectionLost.setBackgroundColor(resources.getColor(R.color.hwSecurityRed))
236
+ binding.fragmentConnectionLost.text = getString(R.string.connection_lost_sent_messages_are_queued)
237
binding.fragmentConnectionLost.visibility = View.VISIBLE
238
binding.fragmentMessageInputView.attachmentButton.isEnabled = false
239
binding.fragmentMessageInputView.recordAudioButton.isEnabled = false
0 commit comments