Skip to content

Conversation

@marcbaechinger
Copy link
Contributor

This fixes a bug in the UI that prevents the catalogue browsing.

There are three adapters created that all use the same top level mBrowser field
to setup two recycler views. It looks like the intention was that
mBrowseMediaItemsAdapter and mBrowseMediaItemsExtraSuggestedAdapter use
their own browser instances in subscribe/unsubscribe, but they don't
as they both use the same mBrowser field of the activity.

When injecting a supplier that supplies the browser instances
the adapters are supposed to use, catalogue browsing works.

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