Skip to content
Snippets Groups Projects
Commit a53b4d2b authored by Pierre Nicolas's avatar Pierre Nicolas :joy: Committed by Adrien Béraud
Browse files

fix: contact is displayed to be banned

This fix commit 167f781c.
When conversation is syncing, contact is displayed to be banned.
GitLab: #1700

Change-Id: I45ca4560a0843ae78e407e85b351993d209a78d1
parent 914512ea
No related branches found
No related tags found
No related merge requests found
...@@ -657,7 +657,7 @@ class TvConversationFragment : BaseSupportFragment<ConversationPresenter, Conver ...@@ -657,7 +657,7 @@ class TvConversationFragment : BaseSupportFragment<ConversationPresenter, Conver
override fun switchToSyncingView() { override fun switchToSyncingView() {
binding?.apply { binding?.apply {
conversationActionGroup.isVisible = false conversationActionGroup.isVisible = false
conversationActionMessage.text = getString(R.string.conversation_contact_banned, "") conversationActionMessage.text = getString(R.string.conversation_syncing)
conversationActionMessage.isVisible = true conversationActionMessage.isVisible = true
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment