Skip to content

Commit

Permalink
Merge pull request #4234 from nextcloud/backport/4233/stable-20.0
Browse files Browse the repository at this point in the history
[stable-20.0] dont show error when fetching pending invitations failed
  • Loading branch information
mahibi authored Sep 17, 2024
2 parents 845db1e + a675ecf commit 6498cfd
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 6498cfd

Please sign in to comment.