mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Switched Roboguice/Guice out for Dagger 2
This commit is contained in:
@@ -75,9 +75,9 @@ public class TestingActivity extends BriarActivity implements OnClickListener {
|
||||
private static final Logger LOG =
|
||||
Logger.getLogger(TestingActivity.class.getName());
|
||||
|
||||
@Inject private PluginManager pluginManager;
|
||||
@Inject private LifecycleManager lifecycleManager;
|
||||
@Inject private TransportPropertyManager transportPropertyManager;
|
||||
@Inject protected PluginManager pluginManager;
|
||||
@Inject protected LifecycleManager lifecycleManager;
|
||||
@Inject protected TransportPropertyManager transportPropertyManager;
|
||||
private ScrollView scroll = null;
|
||||
private ListLoadingProgressBar progress = null;
|
||||
private LinearLayout status = null;
|
||||
@@ -137,6 +137,11 @@ public class TestingActivity extends BriarActivity implements OnClickListener {
|
||||
setContentView(layout);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void injectActivity(AndroidComponent component) {
|
||||
component.inject(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
|
||||
Reference in New Issue
Block a user