mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Semi-encapsulated the core/api dependency graphs and created a proper structure to load eager singletons
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.android;
|
||||
|
||||
public class AndroidEagerSingletons {
|
||||
|
||||
public static void initEagerSingletons(AndroidComponent c) {
|
||||
c.inject(new AndroidModule.EagerSingletons());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user