android-clean-architecture-boilerplate
android-clean-architecture-boilerplate copied to clipboard
Useless @Inject in `BrowseBufferoosPresenter`
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!