mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-15 04:31:17 +02:00
Added eager singletons and made some fixes
This commit is contained in:
@@ -67,5 +67,7 @@ public interface AndroidComponent {
|
||||
void inject(ContactListFragment fragment);
|
||||
void inject(SettingsFragment fragment);
|
||||
void inject(ForumListFragment fragment);
|
||||
// Eager singleton load
|
||||
void inject(AndroidModule.EagerSingletons init);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user