mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
Merge pull request #4233 from nextcloud/bugfix/noid/doNotShowErrorWhenPendingInvitationsFailed
dont show error when fetching pending invitations failed
This commit is contained in:
commit
529218aac0
@ -323,9 +323,7 @@ class ConversationsListActivity :
|
|||||||
}
|
}
|
||||||
|
|
||||||
is ConversationsListViewModel.GetFederationInvitationsErrorState -> {
|
is ConversationsListViewModel.GetFederationInvitationsErrorState -> {
|
||||||
if (isNetworkAvailable(context)) {
|
// do nothing
|
||||||
Snackbar.make(binding.root, R.string.get_invitations_error, Snackbar.LENGTH_LONG).show()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {}
|
else -> {}
|
||||||
|
Loading…
Reference in New Issue
Block a user