mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Merge pull request #4234 from nextcloud/backport/4233/stable-20.0
[stable-20.0] dont show error when fetching pending invitations failed
This commit is contained in:
commit
6498cfd646
1 changed files with 1 additions and 3 deletions
|
@ -323,9 +323,7 @@ class ConversationsListActivity :
|
|||
}
|
||||
|
||||
is ConversationsListViewModel.GetFederationInvitationsErrorState -> {
|
||||
if (isNetworkAvailable(context)) {
|
||||
Snackbar.make(binding.root, R.string.get_invitations_error, Snackbar.LENGTH_LONG).show()
|
||||
}
|
||||
// do nothing
|
||||
}
|
||||
|
||||
else -> {}
|
||||
|
|
Loading…
Reference in a new issue