mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 06:25:40 +03:00
Modify string connection_gained
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
6c4b752b01
commit
2e96817bcc
2 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ class MessageInputFragment : Fragment() {
|
|||
animation.duration = 3000
|
||||
animation.interpolator = LinearInterpolator()
|
||||
binding.fragmentConnectionLost.setBackgroundColor(resources.getColor(R.color.hwSecurityGreen))
|
||||
binding.fragmentConnectionLost.text = getString(R.string.connection_gained)
|
||||
binding.fragmentConnectionLost.text = getString(R.string.connection_established)
|
||||
binding.fragmentConnectionLost.startAnimation(animation)
|
||||
binding.fragmentConnectionLost.animation.setAnimationListener(object : AnimationListener {
|
||||
override fun onAnimationStart(animation: Animation?) {
|
||||
|
|
|
@ -796,7 +796,7 @@ How to translate with transifex:
|
|||
<string name="show_banned_participants">Show banned participants</string>
|
||||
<string name="bans_list">Bans list</string>
|
||||
<string name="connection_lost_sent_messages_are_queued">Connection lost - Sent messages are queued</string>
|
||||
<string name="connection_gained">Connection gained</string>
|
||||
<string name="connection_established">Connection established</string>
|
||||
<string name="message_deleted_by_you">Message deleted by you</string>
|
||||
<string name="unban">Unban</string>
|
||||
<string name="internal_note">Internal note</string>
|
||||
|
|
Loading…
Reference in a new issue