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.
Hello,
No doubt its a great prototype for dagger2 . However, HasActivityInjector is depreciated and instead of HasActivityInjector, We have to use HasAndroidInjector.
Please, Update the implementation with change.
Thank you.