mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 22:59:54 +01:00
[android] re-include BrambleCoreModule since issue caused by it also exists on master
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
package org.briarproject.briar.android;
|
package org.briarproject.briar.android;
|
||||||
|
|
||||||
import org.briarproject.bramble.BrambleAndroidModule;
|
import org.briarproject.bramble.BrambleAndroidModule;
|
||||||
|
import org.briarproject.bramble.BrambleCoreModule;
|
||||||
import org.briarproject.briar.BriarCoreModule;
|
import org.briarproject.briar.BriarCoreModule;
|
||||||
|
|
||||||
public class BriarTestComponentApplication extends BriarApplicationImpl {
|
public class BriarTestComponentApplication extends BriarApplicationImpl {
|
||||||
@@ -11,7 +12,7 @@ public class BriarTestComponentApplication extends BriarApplicationImpl {
|
|||||||
.appModule(new AppModule(this)).build();
|
.appModule(new AppModule(this)).build();
|
||||||
// We need to load the eager singletons directly after making the
|
// We need to load the eager singletons directly after making the
|
||||||
// dependency graphs
|
// dependency graphs
|
||||||
// BrambleCoreModule.initEagerSingletons(component); // FIXME AbstractMethodError
|
BrambleCoreModule.initEagerSingletons(component); // FIXME AbstractMethodError
|
||||||
BrambleAndroidModule.initEagerSingletons(component);
|
BrambleAndroidModule.initEagerSingletons(component);
|
||||||
BriarCoreModule.initEagerSingletons(component);
|
BriarCoreModule.initEagerSingletons(component);
|
||||||
AndroidEagerSingletons.initEagerSingletons(component);
|
AndroidEagerSingletons.initEagerSingletons(component);
|
||||||
|
|||||||
Reference in New Issue
Block a user