Skip to content

Commit

Permalink
dont show error when fetching pending invitations failed
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
  • Loading branch information
mahibi authored and backportbot[bot] committed Sep 17, 2024
1 parent 845db1e commit a675ecf
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 a675ecf

Please sign in to comment.