I see …. ```@Inject @Named( something ) Observable...
# android
r
I see ….
Copy code
@Inject @Named( something ) Observable<String> someChanges;
When I try to inject that into a new adapter it is always null. I don’t see any other reference to the variable except
Copy code
compositeDisposable.add((Disposable) someChanges ....
the rest of the code is a mess and its unreadable, unintelligible…
🧵 5
😶 4