Skip to content

Commit

Permalink
Merge pull request #4233 from nextcloud/bugfix/noid/doNotShowErrorWhe…
Browse files Browse the repository at this point in the history
…nPendingInvitationsFailed

dont show error when fetching pending invitations failed
  • Loading branch information
mahibi authored Sep 17, 2024
2 parents e66dc4d + 28906dd commit 529218a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -> {}
Expand Down

0 comments on commit 529218a

Please sign in to comment.