You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for an amazing example, I have a question about two lines in the AppComponent.java, see below, what is the purpose of these lines? without these lines the app seems to work fine
The second one is useless because it's just a redeclaration of a method in the AndroidInjector interface.
The first one is here useless because the injected fields are in the DaggerApplication, so the content of inject is generated by looking the DaggerApplication class, so upcasting the app at runtime by calling this one will work
Hi, thanks for an amazing example, I have a question about two lines in the AppComponent.java, see below, what is the purpose of these lines? without these lines the app seems to work fine
The text was updated successfully, but these errors were encountered: