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

HasActivityInjector is Depreciated.#NOT WORKING #4

Open
yuvraaz opened this issue Nov 5, 2019 · 2 comments
Open

HasActivityInjector is Depreciated.#NOT WORKING #4

yuvraaz opened this issue Nov 5, 2019 · 2 comments

Comments

@yuvraaz
Copy link

yuvraaz commented Nov 5, 2019

Hello,

No doubt its a great prototype for dagger2 . However, HasActivityInjector is depreciated and instead of HasActivityInjector, We have to use HasAndroidInjector.

 @Inject
DispatchingAndroidInjector<Object> dispatchingAndroidInjector;

Please, Update the implementation with change.

Thank you.

@zawawimanja
Copy link

Hello,

No doubt its a great prototype for dagger2 . However, HasActivityInjector is depreciated and instead of HasActivityInjector, We have to use HasAndroidInjector.

 @Inject
DispatchingAndroidInjector<Object> dispatchingAndroidInjector;

Please, Update the implementation with change.

Thank you.

Hi , Can you share your project in the github ?? I already changed but nothing work

@Gelassen
Copy link

It should be replaced by HasAndroidInjector interface. Here is general scenarios.

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

No branches or pull requests

3 participants