mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 06:25:40 +03:00
dont show error when fetching pending invitations failed
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
e66dc4d805
commit
28906dd999
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