mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Merged AppModule and AndroidModule.
This commit is contained in:
@@ -26,9 +26,12 @@ import javax.inject.Singleton;
|
||||
import dagger.Component;
|
||||
|
||||
@Singleton
|
||||
@Component(
|
||||
modules = {CoreModule.class, AppModule.class, AndroidModule.class,
|
||||
AndroidPluginsModule.class, AndroidSystemModule.class})
|
||||
@Component(modules = {
|
||||
CoreModule.class,
|
||||
AndroidModule.class,
|
||||
AndroidPluginsModule.class,
|
||||
AndroidSystemModule.class
|
||||
})
|
||||
public interface AndroidComponent extends CoreEagerSingletons {
|
||||
|
||||
void inject(SplashScreenActivity activity);
|
||||
@@ -79,5 +82,4 @@ public interface AndroidComponent extends CoreEagerSingletons {
|
||||
|
||||
// Eager singleton load
|
||||
void inject(AndroidModule.EagerSingletons init);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user