- added injection into RileyLinkCommunicationManager... It must have been removed...
This commit is contained in:
parent
6c3e7a8f43
commit
f58874d666
|
@ -53,6 +53,7 @@ public abstract class RileyLinkCommunicationManager {
|
||||||
|
|
||||||
public RileyLinkCommunicationManager(HasAndroidInjector injector, RFSpy rfspy) {
|
public RileyLinkCommunicationManager(HasAndroidInjector injector, RFSpy rfspy) {
|
||||||
this.injector = injector;
|
this.injector = injector;
|
||||||
|
this.injector.androidInjector().inject(this);
|
||||||
this.rfspy = rfspy;
|
this.rfspy = rfspy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue