mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-13 03:01:05 +00: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
@ -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 New Issue
Block a user