android-clean-architecture-boilerplate icon indicating copy to clipboard operation
android-clean-architecture-boilerplate copied to clipboard

Useless @Inject in `BrowseBufferoosPresenter`

Open JaviSFH opened this issue 7 years ago • 0 comments
trafficstars

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 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!

JaviSFH avatar May 02 '18 16:05 JaviSFH