You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've realised you are using @Inject constructor' to the BrowseBufferoosPresenterIs this gonna be neccesary somewhere? I mean, you're well providing the presenter dependency from theBrowseActivityModule. You'll never be able to inject the presenter withouth its module because the BrowseBufferoosContract.View` has to be provided through a module.
Regards!
The text was updated successfully, but these errors were encountered:
Hello!
Once again thank you for this project.
I've realised you are using
@Inject constructor' to the
BrowseBufferoosPresenterIs this gonna be neccesary somewhere? I mean, you're well providing the presenter dependency from the
BrowseActivityModule. You'll never be able to inject the presenter withouth its module because the
BrowseBufferoosContract.View` has to be provided through a module.Regards!
The text was updated successfully, but these errors were encountered: