FunnyDevs / hilt-conductor

Apache License 2.0
17 stars 3 forks source link

Injected field is null #1

Closed hijamoya closed 3 years ago

hijamoya commented 3 years ago

Hi, I used your library and everything is ok, but when I access the injected field, it throws a npe. I dont know what step I missed, can you give some suggestions?

Thanks!

hijamoya commented 3 years ago

I found the problem, the injection happens in onCreateView, if the parent class implement the method, the child class can not inject the field correctly.