mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Renamed AndroidModule to AppModule.
This commit is contained in:
@@ -28,7 +28,7 @@ import dagger.Component;
|
||||
@Singleton
|
||||
@Component(modules = {
|
||||
CoreModule.class,
|
||||
AndroidModule.class,
|
||||
AppModule.class,
|
||||
AndroidPluginsModule.class,
|
||||
AndroidSystemModule.class
|
||||
})
|
||||
@@ -81,5 +81,5 @@ public interface AndroidComponent extends CoreEagerSingletons {
|
||||
void inject(ShowQrCodeFragment fragment);
|
||||
|
||||
// Eager singleton load
|
||||
void inject(AndroidModule.EagerSingletons init);
|
||||
void inject(AppModule.EagerSingletons init);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user