- added injection into RileyLinkCommunicationManager... It must have been removed...

This commit is contained in:
Andy Rozman 2020-08-18 22:33:02 +01:00
parent 6c3e7a8f43
commit f58874d666

View file

@ -53,6 +53,7 @@ public abstract class RileyLinkCommunicationManager {
public RileyLinkCommunicationManager(HasAndroidInjector injector, RFSpy rfspy) {
this.injector = injector;
this.injector.androidInjector().inject(this);
this.rfspy = rfspy;
}