Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate errors from ItemRowAdapter to RetrieveFinishedListener #1741

Merged
merged 1 commit into from
May 29, 2022

Conversation

nielsvanvelzen
Copy link
Member

Previously the app would occasionally show volley clienterror toasts that provide 0 feedback to the end-user about the issue. Now the error is propagated to the RetrieveFinishedListener (in StdGridGragment and SearchRunnable) which both casually ignore the error.

Changes

  • Remove stupid volley clienterror toast
  • Send exceptions to RetrieveFinishedListener where they can potentially be better handled

Issues

@nielsvanvelzen nielsvanvelzen merged commit 421df76 into jellyfin:master May 29, 2022
@nielsvanvelzen nielsvanvelzen deleted the itemrowadapter-error branch May 29, 2022 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants