mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Renamed AndroidModule to AppModule.
This commit is contained in:
@@ -26,7 +26,7 @@ public class BriarApplication extends Application {
|
||||
Thread.setDefaultUncaughtExceptionHandler(newHandler);
|
||||
|
||||
applicationComponent = DaggerAndroidComponent.builder()
|
||||
.androidModule(new AndroidModule(this))
|
||||
.appModule(new AppModule(this))
|
||||
.build();
|
||||
|
||||
// We need to load the eager singletons directly after making the
|
||||
|
||||
Reference in New Issue
Block a user