mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01: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